mangayomi/packages/desktop_webview_window/linux/message_channel_plugin.h
kodjomoustapha e0b770d2a8 Upgrade
2024-02-06 17:27:34 +01:00

12 lines
364 B
C

//
// Created by boyan on 11/23/21.
//
#ifndef DESKTOP_WEBVIEW_WINDOW_LINUX_MESSAGE_CHANNEL_PLUGIN_H_
#define DESKTOP_WEBVIEW_WINDOW_LINUX_MESSAGE_CHANNEL_PLUGIN_H_
#include <flutter_linux/flutter_linux.h>
void client_message_channel_plugin_register_with_registrar(FlPluginRegistrar *registrar);
#endif //DESKTOP_WEBVIEW_WINDOW_LINUX_MESSAGE_CHANNEL_PLUGIN_H_