static Future<void> initialize({String? iosStoreUrl}) async { await _channel.invokeMethod("initialize", { "iosStoreUrl": iosStoreUrl, }); }