static void init(String appKey, String appSecret) { Map args = {"appKey": appKey, "appSecret": appSecret}; _channel.invokeMethod("init", args); }