fastForwardInterval property

  1. @Deprecated("Use [AudioServiceConfig.fastForwardInterval] from [AudioService.config] instead.")
Duration fastForwardInterval

Implementation

@Deprecated(
    "Use [AudioServiceConfig.fastForwardInterval] from [AudioService.config] instead.")
Duration get fastForwardInterval => AudioService.config.fastForwardInterval;