hasGalleryPermission method

Future<bool> hasGalleryPermission()

Implementation

Future<bool> hasGalleryPermission() {
  throw UnimplementedError(
      'hasGalleryPermission() has not been implemented.');
}