play method

dynamic play({
  1. String url = "",
})

Implementation

play({
  String url = "",
}) {
  this.url = url;
  notifyListeners();
}