getTotalScore abstract method

Future<int?> getTotalScore()

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

You can call this API after RTCSingScoringManager.startSingScoring is called

Return value:

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

Implementation

Future<int?> getTotalScore();