getMyPushTriggerOption method
Gets push trigger option of this channel. Refer to PushTriggerOption. For details of push trigger option, refer to setMyPushTriggerOption
Implementation
Future<GroupChannelPushTriggerOption> getMyPushTriggerOption() async {
sbLog.i(StackTrace.current);
return await chat.apiClient.send<GroupChannelPushTriggerOption>(
GroupChannelPushTriggerOptionGetRequest(chat, channelUrl: channelUrl),
);
}