replay method
Implementation
bool replay(String url, {StreamType? type, bool? hardWareDecode}) {
pullStreamUrl = "";
return play(url, type: type, hardWareDecode: hardWareDecode);
}
bool replay(String url, {StreamType? type, bool? hardWareDecode}) {
pullStreamUrl = "";
return play(url, type: type, hardWareDecode: hardWareDecode);
}