getTest method

Future<String?> getTest()

Implementation

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