locateMe method
locate the user and draw blue dot on map
depends on MapOptions.locationSource in case of VPS, this will start VPS scan in case of GPS, this will retrieve GPS data to draw blue dot
Implementation
Future<void> locateMe() async {
await _channel.invokeMethod('locateMe');
}