initial method

Future<void> initial()

Implementation

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