Future>> queryAllRows() async{ Database db =await instance.database;
return await db.query(table);
}<