initialize method

Future<void> initialize()

Implementation

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