@override Future<dynamic> initialize(String sdkKey) async { await methodChannel.invokeMethod(INIT, { 'sdkKey': sdkKey }); }