init method

Future<void> init()

Implementation

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