Ei kuvausta
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 1000B

1234567891011121314151617181920212223242526
  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 <file_selector_windows/file_selector_windows.h>
  8. #include <firebase_core/firebase_core_plugin_c_api.h>
  9. #include <geolocator_windows/geolocator_windows.h>
  10. #include <url_launcher_windows/url_launcher_windows.h>
  11. void RegisterPlugins(flutter::PluginRegistry* registry) {
  12. ConnectivityPlusWindowsPluginRegisterWithRegistrar(
  13. registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
  14. FileSelectorWindowsRegisterWithRegistrar(
  15. registry->GetRegistrarForPlugin("FileSelectorWindows"));
  16. FirebaseCorePluginCApiRegisterWithRegistrar(
  17. registry->GetRegistrarForPlugin("FirebaseCorePluginCApi"));
  18. GeolocatorWindowsRegisterWithRegistrar(
  19. registry->GetRegistrarForPlugin("GeolocatorWindows"));
  20. UrlLauncherWindowsRegisterWithRegistrar(
  21. registry->GetRegistrarForPlugin("UrlLauncherWindows"));
  22. }