hasStateFor method

bool hasStateFor(
  1. String missionId
)

Whether missionId has persisted state.

Implementation

bool hasStateFor(String missionId) => _states.containsKey(missionId);