locateMe method
locate the user and add annotation
at the moment, calling this method will start the VPS scanning if it's available to locate the user
Implementation
Future<void> locateMe() async {
await _channel.invokeMethod('locateMe');
}
locate the user and add annotation
at the moment, calling this method will start the VPS scanning if it's available to locate the user
Future<void> locateMe() async {
await _channel.invokeMethod('locateMe');
}