getPushTriggerOption method
Returns PushTriggerOption of current user.
Implementation
Future<PushTriggerOption> getPushTriggerOption() async {
return _int.api.send<PushTriggerOption>(UserPushTriggerOptionGetRequest());
}
Returns PushTriggerOption of current user.
Future<PushTriggerOption> getPushTriggerOption() async {
return _int.api.send<PushTriggerOption>(UserPushTriggerOptionGetRequest());
}