Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

generated_plugin_registrant.cc 836B

1234567891011121314151617181920212223
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. // clang-format off
  5. #include "generated_plugin_registrant.h"
  6. #include <connectivity_plus/connectivity_plus_windows_plugin.h>
  7. #include <firebase_core/firebase_core_plugin_c_api.h>
  8. #include <geolocator_windows/geolocator_windows.h>
  9. #include <url_launcher_windows/url_launcher_windows.h>
  10. void RegisterPlugins(flutter::PluginRegistry* registry) {
  11. ConnectivityPlusWindowsPluginRegisterWithRegistrar(
  12. registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
  13. FirebaseCorePluginCApiRegisterWithRegistrar(
  14. registry->GetRegistrarForPlugin("FirebaseCorePluginCApi"));
  15. GeolocatorWindowsRegisterWithRegistrar(
  16. registry->GetRegistrarForPlugin("GeolocatorWindows"));
  17. UrlLauncherWindowsRegisterWithRegistrar(
  18. registry->GetRegistrarForPlugin("UrlLauncherWindows"));
  19. }