clearCache method
Resets the basicPerms and doctypePerms properties.
For instance, when the session changes.
Implementation
@override
void clearCache() {
basicPerms = null;
doctypePerms = <String?, List<DocPerm>>{};
}
Resets the basicPerms and doctypePerms properties.
For instance, when the session changes.
@override
void clearCache() {
basicPerms = null;
doctypePerms = <String?, List<DocPerm>>{};
}