enablePlayPrevious method

bool enablePlayPrevious(
  1. bool value
)

Implementation

bool enablePlayPrevious(
  bool value,
) =>
    _enablePlayPrevious.call(
      this,
      value,
    );