@override Future<void> removeRequest(String id) async { await _db?.delete( 'requests', where: 'id = ?', whereArgs: [id], ); }