readValue method
Implementation
@override
Future<void> readValue(String deviceId, String service, String characteristic) async {
_method.invokeMethod('readValue', {
'deviceId': deviceId,
'service': service,
'characteristic': characteristic,
}).then((_) => _log('readValue invokeMethod success'));
}