InitArgs constructor

InitArgs(
  1. int instanceId,
  2. String appKey,
  3. PusherOptions options, {
  4. bool isLoggingEnabled = false,
})

Implementation

InitArgs(this.instanceId, this.appKey, this.options,
    {this.isLoggingEnabled = false});