menu
flutter_osm_web package
documentation
flutter_osm_web.dart
WebOsmController
currentLocation method
currentLocation method
dark_mode
light_mode
currentLocation
method
Future
<
void
>
currentLocation
(
)
inherited
Implementation
Future<void> currentLocation() async { await interop.currentUserLocation( mapIdMixin, ); }
flutter_osm_web package
documentation
flutter_osm_web
WebOsmController
currentLocation method
WebOsmController class