init static method
初始化 SDK
appkey
appkey
Implementation
static Future<void> init(String appkey) async {
_registerMessage();
Map map = {"appkey": appkey, "version": sdkVersion};
await _channel.invokeMethod(RCMethodKey.Init, map);
_addNativeMethodCallHandler();
}