mirror of
				https://github.com/SoPat712/RUSwipeShare.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			497 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			497 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //
 | |
| //  Generated file. Do not edit.
 | |
| //
 | |
| 
 | |
| // clang-format off
 | |
| 
 | |
| #include "generated_plugin_registrant.h"
 | |
| 
 | |
| #include <desktop_webview_auth/desktop_webview_auth_plugin.h>
 | |
| #include <geolocator_windows/geolocator_windows.h>
 | |
| 
 | |
| void RegisterPlugins(flutter::PluginRegistry* registry) {
 | |
|   DesktopWebviewAuthPluginRegisterWithRegistrar(
 | |
|       registry->GetRegistrarForPlugin("DesktopWebviewAuthPlugin"));
 | |
|   GeolocatorWindowsRegisterWithRegistrar(
 | |
|       registry->GetRegistrarForPlugin("GeolocatorWindows"));
 | |
| }
 | 
