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