initialize method
Configures the native client with options.
Implementation
Future<void> initialize(OpenpanelOptions options) {
throw UnimplementedError('initialize() has not been implemented.');
}
Configures the native client with options.
Future<void> initialize(OpenpanelOptions options) {
throw UnimplementedError('initialize() has not been implemented.');
}