getActivePlayerName method

Future<String?> getActivePlayerName()

Implementation

Future<String?> getActivePlayerName() =>
    _playerDetector.getActivePlayerName();