mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
export function checkLocation(onEnabled: () => void) {
|
|
onEnabled(); // iOS does not need location enabled
|
|
}
|
|
|
|
export function requestLocation() {
|
|
// pass
|
|
}
|