play method
Implementation
Future<void> play() async {
if (!_isChangingSource) {
if (looping) _seekToBegin();
if (_activeAd == null) await _video?.play();
}
}
Future<void> play() async {
if (!_isChangingSource) {
if (looping) _seekToBegin();
if (_activeAd == null) await _video?.play();
}
}