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