deleteAllNotes static method

dynamic deleteAllNotes()

Implementation

static deleteAllNotes()  {
  _database!.delete('notes');
}