isInActiveGeofence method

  1. @override
Future<bool> isInActiveGeofence()
override

Implementation

@override
Future<bool> isInActiveGeofence() async {
  return false;
}