@override Future<Uint8List?> readMsg() async { var methodName = 'readMsg'; return await methodChannel.invokeMethod<Uint8List>(methodName); }