initialize method

Future<void> initialize(
  1. String sdkKey
)

SDK Key initialization for platform-specific implementation

Implementation

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