setOnCompletion method
MediaLoader 设置完成监听
Implementation
void setOnCompletion(OnCompletion? onCompletion) {
this._onCompletion = onCompletion;
}
MediaLoader 设置完成监听
void setOnCompletion(OnCompletion? onCompletion) {
this._onCompletion = onCompletion;
}