locateMe method

Future<void> 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

Implementation

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