Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

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