FlutterAgoraLiveView constructor

const FlutterAgoraLiveView({
  1. Key? key,
  2. String title = "",
  3. String artist = "",
  4. String coverUrl = "",
})

Implementation

const FlutterAgoraLiveView({Key? key,
  this.title = "",
  this.artist = "",
  this.coverUrl = ""}) :super(key: key);