initialize method

Future<String?> initialize()

Implementation

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