onChangeSliderStart method
Changes the speed of the voice playback.
Implementation
void onChangeSliderStart(double value) {
isSeeking = true;
/// pause the voice
pausePlaying();
}
Changes the speed of the voice playback.
void onChangeSliderStart(double value) {
isSeeking = true;
/// pause the voice
pausePlaying();
}