init method

Future<void> init()

Implementation

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