initial method

Future<bool> initial()

Implementation

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