Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

13 linhas
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_