init method

Future<Map?> init()

Implementation

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