PushCallback typedef

void PushCallback (
  1. PushResult pushResult
)

推送消息回调

Implementation

typedef PushCallback = void Function(PushResult pushResult);