Picks a single image from the gallery.
@override Future<String?> pickImage() async { return await methodChannel.invokeMethod<String>('pickImage'); }