setAudioMixingPosition method
Sets the playback position (ms) of the music file to a different starting position (the default plays from the beginning).
Parameter pos
The playback starting position (ms) of the audio mixing file.
Implementation
@override
Future<void> setAudioMixingPosition(int pos) {
return _invokeMethod('setAudioMixingPosition', {'pos': pos});
}