ZegoPlayerTakeSnapshotResult constructor

ZegoPlayerTakeSnapshotResult(
  1. int errorCode,
  2. {dynamic image}
)

Implementation

ZegoPlayerTakeSnapshotResult(this.errorCode, {this.image});