initialize method

Future<void> initialize(
  1. OpenpanelOptions options
)

Configures the native client with options.

Implementation

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