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