ControllerCallback 类型定义

ControllerCallback = void Function()

流控制器 onListenonPauseonResume 回调的类型。

实现

typedef ControllerCallback = void Function();