getFullScore abstract method

Future<int> getFullScore(
  1. String resourceID
)

Get full score .

Available since: 3.0.2 Description: Get the full score. Use case: Can be used to display the full score on the view. When to call: It can be called after playing the copyright accompaniment or accompaniment clip and starting to score.

  • resourceID the resource ID corresponding to the accompaniment or accompaniment clip.

Implementation

Future<int> getFullScore(String resourceID);