setPlay method

void setPlay(
  1. bool value
)

Implementation

void setPlay(bool value) => _isPlaying = value;