Function requestEnableLocationServices

  • Requests the user to enable location services by showing an in app modal on android and opening location settings on iOS

    Returns

    A promise that resolves to either a boolean value on android or null on iOS

    Returns Promise<null | boolean>

Generated using TypeDoc