Launches the native gallery picker and returns the path of the selected image.
Future<String?> pickImage() async { return await FlutterCropCameraPlatform.instance.pickImage(); }