InitArgs constructor

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

Implementation

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