static Future<void> init(String appKey, String appSecret) async { Map args = {"appKey": appKey, "appSecret": appSecret}; return Moblink.sharedInstance() ._channel?.invokeMethod("init", args); }