defaultErrorHandler function
A default error handler for CurrentLocationLayer. It directly returns the exception unchanged.
Implementation
Exception? defaultErrorHandler(Exception exception) => exception;
A default error handler for CurrentLocationLayer. It directly returns the exception unchanged.
Exception? defaultErrorHandler(Exception exception) => exception;