25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
349 B

  1. //
  2. // Created by boyan on 11/23/21.
  3. //
  4. #ifndef webview_universal_LINUX_MESSAGE_CHANNEL_PLUGIN_H_
  5. #define webview_universal_LINUX_MESSAGE_CHANNEL_PLUGIN_H_
  6. #include <flutter_linux/flutter_linux.h>
  7. void client_message_channel_plugin_register_with_registrar(FlPluginRegistrar *registrar);
  8. #endif //webview_universal_LINUX_MESSAGE_CHANNEL_PLUGIN_H_