AgoraRtmMediaOperationProgress constructor

AgoraRtmMediaOperationProgress(
  1. int? currentSize,
  2. int? totalSize
)

Implementation

AgoraRtmMediaOperationProgress(this.currentSize, this.totalSize);