init function

Future<void> init()

Implementation

Future<void> init() {
  return promiseToFuture(_init());
}