getDevicePanelStatus static method

Future<String?> getDevicePanelStatus()

Implementation

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