pick method

Future<List<Map>?> pick()

Implementation

Future<List<Map>?> pick() {
  throw UnimplementedError('pick() has not been implemented.');
}