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