onSeekBackward method

  1. @Deprecated("Use AudioHandler.seekBackward instead.")
Future<void> onSeekBackward(
  1. bool begin
)

Deprecated. Replaced by AudioHandler.seekBackward.

Implementation

@Deprecated("Use AudioHandler.seekBackward instead.")
Future<void> onSeekBackward(bool begin) async {}