InitArgs constructor
InitArgs(
- String? appKey,
- PusherOptions? options, {
- bool? isLoggingEnabled = false,
Implementation
InitArgs(this.appKey, this.options, {this.isLoggingEnabled = false});