isFakeLocation abstract method

Future<bool> isFakeLocation()

Calculates the distance between the supplied coordinates in meters.

Return bool true if fake location detected, otherwise it will return false

Implementation

Future<bool> isFakeLocation();