currentLocation method

Future<void> currentLocation()
inherited

Implementation

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