notifyPlayerAction method

Future<List<PlayerAchievement>> notifyPlayerAction(
  1. String playerToken,
  2. String playerUid,
  3. String action,
  4. String value, [
  5. Config? config,
])

Implementation

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