Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created December 11, 2018 13:56
Show Gist options
  • Save Rahiche/cece3175af6e8078effb3a89b69a9743 to your computer and use it in GitHub Desktop.
Save Rahiche/cece3175af6e8078effb3a89b69a9743 to your computer and use it in GitHub Desktop.
deleteAll() async {
final db = await database;
db.rawDelete("Delete * from Client");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment