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