ListenerValue<P> typedef

ListenerValue<P> = void Function(XiaoMiPushListenerTypeEnum type, P? params)

监听器值模型

Implementation

typedef ListenerValue<P> = void Function(
    XiaoMiPushListenerTypeEnum type, P? params);