load method

dynamic load()

Implementation

load() async {
  for (var player in players) {
    await player.load();
  }
}