seekToPlayer method
Implementation
@override
Future<int> seekToPlayer(
FlutterSoundPlayerCallback callback, {
Duration? duration,
}) async {
return getWebSession(callback)!.seekToPlayer(duration!.inMilliseconds);
}
@override
Future<int> seekToPlayer(
FlutterSoundPlayerCallback callback, {
Duration? duration,
}) async {
return getWebSession(callback)!.seekToPlayer(duration!.inMilliseconds);
}