getPushTriggerOption static method
Gets the current User
's push trigger option. Refer to PushTriggerOption
.
For details of push trigger option, refer to setPushTriggerOption.
Implementation
static Future<PushTriggerOption> getPushTriggerOption() async {
sbLog.i(StackTrace.current);
return await _instance._chat.getPushTriggerOption();
}