initialize method
Implementation
Future<bool> initialize({
required String appId,
required String endpoint,
bool? logEvents,
bool? compressEvents,
int? sessionTimeoutMs,
int? sendEventIntervalMs,
Map<String, dynamic>? initialGlobalAttributes,
}) async {
throw UnimplementedError('initialize() has not been implemented.');
}