Skip to main content

aroundMe

Future<void> aroundMe ()

Center the map on the user's location.

Implementation

Future<void> aroundMe() async {
await _channel.invokeMethod('aroundMe');
}