@override Future<Uint8List> read() async { return Uint8List.fromList(await _getCharacteristic().readValue()); }