ListenerValue<P> typedef

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

监听器值模型

Implementation

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