removeGame method

void removeGame(
  1. AppGame game
)

Implementation

void removeGame(AppGame game) => playedGames.removeWhere((playedGame) => playedGame.uuid == game.uuid);