ListenerPush typedef

ListenerPush = dynamic Function(PushModel? paramsJsonStr)

监听器值模型

Implementation

typedef ListenerPush = Function(PushModel? paramsJsonStr);