initialize method

Future<bool?> initialize()

Implementation

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