reset static method
void
reset()
Reset internal state (useful in testing).
Implementation
static void reset() {
_currentStatus = BloomOtaStatus.idle;
_currentPatchNumber = null;
_activeChannel = 'production';
_availablePatch = null;
}