respondExample method

Future<void> respondExample()

example responses to test

Implementation

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