getCurrentLocation method

Future<Map<String, dynamic>> getCurrentLocation()

Get current geolocation info (useful for debugging)

Implementation

Future<Map<String, dynamic>> getCurrentLocation() async {
  return _getGeolocationData();
}