説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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. }