collectGallery static method

Future<GalleryMedia?> collectGallery({
  1. Locale? locale,
})

Implementation

static Future<GalleryMedia?> collectGallery({Locale? locale}) async {
  return await PhoneGalleryController.collectGallery(locale: locale);
}