Future<bool> delete() async { var exception = await Database.delete(tableName, key); return (exception == null); }