Skip to content

Instantly share code, notes, and snippets.

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