clearCache method

  1. @override
void clearCache()
override

Resets the basicPerms and doctypePerms properties.

For instance, when the session changes.

Implementation

@override
void clearCache() {
  basicPerms = null;
  doctypePerms = <String?, List<DocPerm>>{};
}