play method

Future<void> play()

Implementation

Future<void> play() async {
  value = value.copyWith(isPlaying: true);
  await _applyPlayPause();
}