refurbishAllDevice method

Future<bool> refurbishAllDevice()

刷新所有设备的数据

Implementation

Future<bool> refurbishAllDevice() async {
  return await methodChannel.invokeMethod("refurbishAllDevice");
}