No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

13 líneas
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_