clearAllCache method
void
clearAllCache()
Implementation
void clearAllCache() {
if (!_isDisposed) {
_permissionCache.clear();
}
}
void clearAllCache() {
if (!_isDisposed) {
_permissionCache.clear();
}
}