authenticateSteam abstract method

Future<Session> authenticateSteam({
  1. required String token,
  2. bool create = true,
  3. String? username,
  4. Map<String, String>? vars,
})

Implementation

Future<model.Session> authenticateSteam({
  required String token,
  bool create = true,
  String? username,
  Map<String, String>? vars,
});