initialize method
Implementation
Future<void> initialize({required String apiKey, required String pixelId}) {
throw UnimplementedError('initialize() has not been implemented.');
}
Future<void> initialize({required String apiKey, required String pixelId}) {
throw UnimplementedError('initialize() has not been implemented.');
}