init method

Future<void> init({
  1. required Configuration configuration,
})

Initializes the SDK for further work

You can call this method multiple times to set new configuration params. Read more about Configuration parameter.

Implementation

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