getDeviceState method

dynamic getDeviceState(
  1. dynamic selectedDeviceName
)

DEVICE STATE

Implementation

getDeviceState(dynamic selectedDeviceName) async {
  await _connectMethodChannel("getDeviceState", selectedDeviceName);
}