24 lines
847 B
C++
24 lines
847 B
C++
|
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
// clang-format off
|
||
|
|
||
|
#include "generated_plugin_registrant.h"
|
||
|
|
||
|
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
|
||
|
#include <geolocator_windows/geolocator_windows.h>
|
||
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
||
|
#include <printing/printing_plugin.h>
|
||
|
|
||
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
||
|
ConnectivityPlusWindowsPluginRegisterWithRegistrar(
|
||
|
registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
|
||
|
GeolocatorWindowsRegisterWithRegistrar(
|
||
|
registry->GetRegistrarForPlugin("GeolocatorWindows"));
|
||
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
||
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
||
|
PrintingPluginRegisterWithRegistrar(
|
||
|
registry->GetRegistrarForPlugin("PrintingPlugin"));
|
||
|
}
|