PushChannelManager constructor

PushChannelManager(
  1. String apiKey,
  2. String secretKey
)

Implementation

PushChannelManager(this.apiKey, this.secretKey)
    : _httpClient = new HttpClient();