getPlatforms static method

Future<List<Platform>> getPlatforms()

Get a list of Platform

Implementation

static Future<List<Platform>> getPlatforms() async {
  return RawgUtils.platforms();
}