static Future<bool?> logout() { if (AliIotPlugin.debug) { print("$TAG : logout"); } return AliIotPlugin.methodChannel.invokeMethod('logout'); }