Destroy all Geofence.
static Future<bool> removeGeofences() async { return (await _methodChannel.invokeMethod<bool>('removeGeofences')) as FutureOr<bool>; }