@override Future<String?> getGalleryImage() async { final image = await methodChannel.invokeMethod<String>('getGalleryImage'); return image; }