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