detail static method

Future<Game> detail(
  1. int id
)

check for game details error

Implementation

static Future<Game> detail(int id) async {
  return await loadDetail(id);
}