getDeviceState method
dynamic
getDeviceState(
- dynamic selectedDeviceName
DEVICE STATE
Implementation
getDeviceState(dynamic selectedDeviceName) async {
await _connectMethodChannel("getDeviceState", selectedDeviceName);
}