currentLocation method
Implementation
Future<void> currentLocation() async {
await interop
.currentUserLocation(
mapIdMixin.toJS,
)
.toDart;
}
Future<void> currentLocation() async {
await interop
.currentUserLocation(
mapIdMixin.toJS,
)
.toDart;
}