stopChorusCacheSync method
@hidden internal use only @detail api @hiddensdk(audiosdk) @brief Stop aligning RTC data by cache. @return See ByteRTCReturnStatus{@link #ByteRTCReturnStatus}.
Implementation
FutureOr<int> stopChorusCacheSync() async {
return await nativeCall('stopChorusCacheSync', []);
}