21 lines
645 B
C++
21 lines
645 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <geolocator_windows/geolocator_windows.h>
|
|
#include <isar_flutter_libs/isar_flutter_libs_plugin.h>
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
GeolocatorWindowsRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("GeolocatorWindows"));
|
|
IsarFlutterLibsPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("IsarFlutterLibsPlugin"));
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
}
|