stopDevicePanel static method

Future<bool?> stopDevicePanel()

Implementation

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