getGallery method

Future<File?> getGallery()

Implementation

Future<File?> getGallery() {
  return CdsGalleryPluginPlatform.instance.selectImage();
}