AgoraToken constructor

AgoraToken({
  1. String? token,
  2. String? appId,
})

Implementation

AgoraToken({
  this.token,
  this.appId,
});