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