You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
system_proxy/ios/Classes/SystemProxyPlugin.m

9 lines
253 B
Objective-C

#import "SystemProxyPlugin.h"
#import <system_proxy/system_proxy-Swift.h>
@implementation SystemProxyPlugin
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
[SwiftSystemProxyPlugin registerWithRegistrar:registrar];
}
@end