isPersistenceEnabled method
Implementation
bool isPersistenceEnabled() {
return persistorSettings?.enabled ??
Loon._instance._isGlobalPersistenceEnabled;
}
bool isPersistenceEnabled() {
return persistorSettings?.enabled ??
Loon._instance._isGlobalPersistenceEnabled;
}