fastForward property

  1. @Deprecated("Use AudioHandler.fastForward instead.")
Future<void> Function() fastForward
final

Deprecated. Use AudioHandler.fastForward instead.

Implementation

@Deprecated("Use AudioHandler.fastForward instead.")
static final Future<void> Function() fastForward =
    _compatibilitySwitcher.fastForward;