@override Future<Uint8List> read() async { final data = await methodChannel.invokeMethod<Uint8List>('read'); return data ?? Uint8List.fromList([]); }