// // Generated file. Do not edit. // // clang-format off #import "GeneratedPluginRegistrant.h" #if __has_include() #import #else @import path_provider_foundation; #endif @implementation GeneratedPluginRegistrant + (void)registerWithRegistry:(NSObject*)registry { [PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]]; } @end