clear static method
void
clear()
Method to delete all data for common and credential levels stored via RCache/RCaching.
Implementation
static void clear() async {
common.clear();
credentials.clear();
}
Method to delete all data for common and credential levels stored via RCache/RCaching.
static void clear() async {
common.clear();
credentials.clear();
}