@override Future<void> initialize(String appKey) async { return methodChannel.invokeMethod('initialize', {'appKey': appKey}); }