menu
tkf_components package
documentation
tkf_geolocation.dart
TkfGeolocation
isEnabled method
isEnabled method
dark_mode
light_mode
isEnabled
method
Future
<
bool
>
isEnabled
(
)
Implementation
Future<bool> isEnabled() async { return await Geolocator.isLocationServiceEnabled(); }
tkf_components package
documentation
tkf_geolocation
TkfGeolocation
isEnabled method
TkfGeolocation class