No Description
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 478B

1234567891011121314151617
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. // clang-format off
  5. #include "generated_plugin_registrant.h"
  6. #include <geolocator_windows/geolocator_windows.h>
  7. #include <url_launcher_windows/url_launcher_windows.h>
  8. void RegisterPlugins(flutter::PluginRegistry* registry) {
  9. GeolocatorWindowsRegisterWithRegistrar(
  10. registry->GetRegistrarForPlugin("GeolocatorWindows"));
  11. UrlLauncherWindowsRegisterWithRegistrar(
  12. registry->GetRegistrarForPlugin("UrlLauncherWindows"));
  13. }