LocationUtils constructor
LocationUtils()
The singleton instance of this package.
Implementation
factory LocationUtils() {
return _instance ??= const LocationUtils._();
}
The singleton instance of this package.
factory LocationUtils() {
return _instance ??= const LocationUtils._();
}