setOnCompletion method

void setOnCompletion(
  1. OnCompletion? onCompletion
)

MediaLoader 设置完成监听

Implementation

void setOnCompletion(OnCompletion? onCompletion) {
  this._onCompletion = onCompletion;
}