@override Future<Uint8List?> getImage() async { final version = await methodChannel.invokeMethod<Uint8List?>('getImage'); return version; }