write method
Implementation
Future<void> write(String deviceId, String service,
String characteristic, String value, int timeout) {
throw UnimplementedError('write() has not been implemented.');
}
Future<void> write(String deviceId, String service,
String characteristic, String value, int timeout) {
throw UnimplementedError('write() has not been implemented.');
}