notifyPlayerAction method
Implementation
Future<List<PlayerAchievement>> notifyPlayerAction(
String playerToken, String playerUid, String action, String value,
[Config? config]) async {
throw UnimplementedError('getAvailableBadges() has not been implemented.');
}