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