initialize method

Future<AppwinInitResult> initialize()

Initialises the SDK. baseUrl serves development, to point at a local API. locale ; en prod, laisser null.

Implementation

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