hasPreservedState method

bool hasPreservedState(
  1. String moduleId
)

Check if there's preserved state for a module

Implementation

bool hasPreservedState(String moduleId) {
  return _preservedState.containsKey(moduleId);
}