Location Spoofing detection [Android only]
// Android location spoofing check
override fun onLocationSpoofingDetected() {
TODO("Not yet implemented")
}
// Flutter location spoofing detection
onLocationSpoofing: () => print("Multi instance detected")
// Cordova location spoofing detection
locationSpoofing: () => {
// Place your reaction here
}
// React Native location spoofing detection
locationSpoofing: () => {
// Place your reaction here
}
// Capacitor location spoofing detection
locationSpoofing: () => {
// Place your reaction here
}Last updated

