enterPlanMode method
Implementation
void enterPlanMode(String reason) {
_isInPlanMode = true;
_currentPlan = reason;
_enteredAt = DateTime.now();
}
void enterPlanMode(String reason) {
_isInPlanMode = true;
_currentPlan = reason;
_enteredAt = DateTime.now();
}