#import @interface FlutterAliyunPushPlugin : NSObject extern NSString * AliyunAppKey; extern NSString * AliyunAppSecret; @property (nonatomic, strong) FlutterMethodChannel *channel; +(void)initKey:(NSString *) appkey appSecret:(NSString *) appSecret ; @end