NoNetworkError static method
Implementation
static MapViewError NoNetworkError() {
return const MapViewError(
code: "NO_NETWORK_ERROR",
message:
"There is no internet connection, unable to download all the resources",
);
}
static MapViewError NoNetworkError() {
return const MapViewError(
code: "NO_NETWORK_ERROR",
message:
"There is no internet connection, unable to download all the resources",
);
}