init method

Future<void> init()

Initializes the plugin platform implementation.

Implementation

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