getAverageScore abstract method

Future<int?> getAverageScore()

Gets the average score for the user's current performance.

Return value:

  • <0: Failed to get the average score.
  • >=0: The average score.

Implementation

Future<int?> getAverageScore();