Spaces:
Paused
Paused
| // | |
| // Generated file. Do not edit. | |
| // | |
| // clang-format off | |
| void RegisterPlugins(flutter::PluginRegistry* registry) { | |
| FlutterSecureStorageWindowsPluginRegisterWithRegistrar( | |
| registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin")); | |
| UrlLauncherWindowsRegisterWithRegistrar( | |
| registry->GetRegistrarForPlugin("UrlLauncherWindows")); | |
| } | |