getGalleryImage method

Future<String?> getGalleryImage()

Implementation

Future<String?> getGalleryImage() {
  throw UnimplementedError('getGalleryImage() has not been implemented.');
}