init static method

dynamic init()

Initializes the package

This should be called from the main method and you should await for it to complete

Implementation

static init() async {
  await _instance._init();
}