collect method

Future<String?> collect()

Implementation

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