rewindInterval property

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

Implementation

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