authExceptionHandler property
Sets handler
that will be called on any AuthorizationException.
Implementation
set authExceptionHandler(
Future<void> Function(AuthorizationException)? handler,
);
Sets handler
that will be called on any AuthorizationException.
set authExceptionHandler(
Future<void> Function(AuthorizationException)? handler,
);