init method

Future<void> init()

Initializes the SDK.

Implementation

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