GSI - Employe Self Service Mobile
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.

29 lines
1.1 KiB

2 months ago
  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 <flutter_udid/flutter_udid_plugin_c_api.h>
  10. #include <geolocator_windows/geolocator_windows.h>
  11. #include <url_launcher_windows/url_launcher_windows.h>
  12. void RegisterPlugins(flutter::PluginRegistry* registry) {
  13. ConnectivityPlusWindowsPluginRegisterWithRegistrar(
  14. registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
  15. FileSelectorWindowsRegisterWithRegistrar(
  16. registry->GetRegistrarForPlugin("FileSelectorWindows"));
  17. FirebaseCorePluginCApiRegisterWithRegistrar(
  18. registry->GetRegistrarForPlugin("FirebaseCorePluginCApi"));
  19. FlutterUdidPluginCApiRegisterWithRegistrar(
  20. registry->GetRegistrarForPlugin("FlutterUdidPluginCApi"));
  21. GeolocatorWindowsRegisterWithRegistrar(
  22. registry->GetRegistrarForPlugin("GeolocatorWindows"));
  23. UrlLauncherWindowsRegisterWithRegistrar(
  24. registry->GetRegistrarForPlugin("UrlLauncherWindows"));
  25. }