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