testFunction method

Future<void> testFunction()

Implementation

Future<void> testFunction() {
  throw UnimplementedError('testFunction() has not been implemented.');
}