prepareModelForSession method
void
prepareModelForSession()
Implementation
void prepareModelForSession(BuildContext context, List<String> indicative,
Verb verb, String? mode, String? tense) {
final VerbTestModel model =
Provider.of<VerbTestModel>(context, listen: false);
PracticeSessionUtil.initialiseVerbTestModel(
model, selection, indicative, verb, mode!, tense!);
}