@override Future<Uint8List> read() async { return Uint8List.fromList( await _backend.readCharacteristic(_characteristic)); }