test2 method

Future<String?> test2()

Implementation

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