onStutterDetected property
卡顿检测回调
Called when a stutter event is detected (loading duration exceeds threshold).
Implementation
final void Function(StutterInfo info)? onStutterDetected;
卡顿检测回调
Called when a stutter event is detected (loading duration exceeds threshold).
final void Function(StutterInfo info)? onStutterDetected;