@override Future<void> initializeSdk(String apiKey) async { await methodChannel.invokeMethod('initializeSdk', {'apiKey': apiKey}); }