getLastSentenceScore method
@detail api @author wangjunzheng @brief Get the score for the previous lyric. You can call this API after startSingScoring:scoringInfoInterval:{@link #ByteRTCSingScoringManager#startSingScoring:scoringInfoInterval} is called. @return - <0:Failed to get the score for the previous lyric. - >=0:The score for the previous lyric. @order 26
Implementation
FutureOr<int> getLastSentenceScore() async {
return await nativeCall('getLastSentenceScore', []);
}