The Webview Univeral Flutter package for Appeto SDK.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

15 řádky
333 B

  1. //
  2. // Generated file. Do not edit.
  3. //
  4. // clang-format off
  5. #include "generated_plugin_registrant.h"
  6. #include <webview_universal/webview_universal_plugin.h>
  7. void RegisterPlugins(flutter::PluginRegistry* registry) {
  8. WebviewUniversalPluginRegisterWithRegistrar(
  9. registry->GetRegistrarForPlugin("WebviewUniversalPlugin"));
  10. }