test1 method

Future<String?> test1()

Implementation

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