initialize method

Future<bool> initialize()

Initialize plugin Must be called before using other methods, preferably before application start

Implementation

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