reset method

Future<void> reset(
  1. Model model
)

Implementation

Future<void> reset(Model model) async {
  await _deleteDraft();
}