mirror of
				https://gitlab.com/foxixus/neomovies_mobile.git
				synced 2025-10-29 11:58:50 +05:00 
			
		
		
		
	
		
			
	
	
		
			21 lines
		
	
	
		
			708 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
		
			708 B
		
	
	
	
		
			C++
		
	
	
	
	
	
|  | //
 | ||
|  | //  Generated file. Do not edit.
 | ||
|  | //
 | ||
|  | 
 | ||
|  | // clang-format off
 | ||
|  | 
 | ||
|  | #include "generated_plugin_registrant.h"
 | ||
|  | 
 | ||
|  | #include <dynamic_color/dynamic_color_plugin_c_api.h>
 | ||
|  | #include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
 | ||
|  | #include <url_launcher_windows/url_launcher_windows.h>
 | ||
|  | 
 | ||
|  | void RegisterPlugins(flutter::PluginRegistry* registry) { | ||
|  |   DynamicColorPluginCApiRegisterWithRegistrar( | ||
|  |       registry->GetRegistrarForPlugin("DynamicColorPluginCApi")); | ||
|  |   FlutterSecureStorageWindowsPluginRegisterWithRegistrar( | ||
|  |       registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin")); | ||
|  |   UrlLauncherWindowsRegisterWithRegistrar( | ||
|  |       registry->GetRegistrarForPlugin("UrlLauncherWindows")); | ||
|  | } |