setDoubeTapForwarDuration method

void setDoubeTapForwarDuration(
  1. int seconds
)

Implementation

void setDoubeTapForwarDuration(int seconds) =>
    _ctr.doubleTapForwardSeconds = seconds;