play method
void
play()
Implementation
void play() {
if (isInitialized) {
configuration = configuration.copyWith(isPlaying: true);
_channel.play();
}
}
void play() {
if (isInitialized) {
configuration = configuration.copyWith(isPlaying: true);
_channel.play();
}
}