authExceptionHandler property
Sets callback, called when middleware catches AuthorizationException.
Implementation
set authExceptionHandler(Future<void> Function(AuthorizationException)? fn) =>
_client.authExceptionHandler = fn;
Sets callback, called when middleware catches AuthorizationException.
set authExceptionHandler(Future<void> Function(AuthorizationException)? fn) =>
_client.authExceptionHandler = fn;