dispatch method

Future<String?> dispatch(
  1. String name
)

Implementation

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