Files
rog_app/windows/flutter/generated_plugin_registrant.cc

18 lines
478 B
C++
Raw Normal View History

2022-03-14 12:28:57 +05:30
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <geolocator_windows/geolocator_windows.h>
2022-03-15 18:19:34 +05:30
#include <url_launcher_windows/url_launcher_windows.h>
2022-03-14 12:28:57 +05:30
void RegisterPlugins(flutter::PluginRegistry* registry) {
GeolocatorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("GeolocatorWindows"));
2022-03-15 18:19:34 +05:30
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
2022-03-14 12:28:57 +05:30
}