fetchPushConfig method

Future<PushConfigs> fetchPushConfig()

Implementation

Future<PushConfigs> fetchPushConfig() {
  return checkResult(ChatSDKEvent.fetchPushConfig, () {
    return Client.getInstance.pushManager.fetchPushConfigsFromServer();
  });
}