Plus UI v2.6.5 JS APIs
Before using these APIs please note that these are only available in v2.6.5, they will be removed in v3. Get user IP info: utils.getIp(refresh?: boolean): Promise<IpResult> Use the above method of utils object to get the user ip information. The interface IpResult is as shown: interface Location { cca2: string; city: string; iata: string; lat:…