replay method

bool replay(
  1. String url, {
  2. StreamType? type,
  3. bool? hardWareDecode,
})

Implementation

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