isPlayerAvailable method

Future<bool> isPlayerAvailable(
  1. String playerName
)

Implementation

Future<bool> isPlayerAvailable(String playerName) =>
    _playerDetector.isPlayerAvailable(playerName);