menu
hypertrack_plugin
data_types/order.dart
Order
isInsideGeofence property
isInsideGeofence
dark_mode
light_mode
isInsideGeofence
property
Future
<
Result
<
bool
,
LocationError
>
>
get
isInsideGeofence
Implementation
Future<Result<bool, LocationError>> get isInsideGeofence async { return await _isInsideGeofence(); }
hypertrack_plugin
order
Order
isInsideGeofence property
Order class