@override Future<void> initialize(String apiKey, {bool isDebug = false}) async { return await methodChannel.invokeMethod('init', { 'apiKey': apiKey, "debugMode": isDebug, }); }