pickImage method

Future<String?> pickImage()

Picks a single image from the gallery.

Implementation

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