NIMInitializeOptions constructor
NIMInitializeOptions({})
Implementation
NIMInitializeOptions({
required this.appkey,
this.apiVersion,
this.binaryWebsocket,
this.debugLevel,
this.loginSDKTypeParamCompat,
this.loginExtensionProviderDelay,
this.tokenProviderDelay,
this.reconnectDelayProviderDelay,
this.enableV2CloudConversation,
this.flutterSdkVersion,
});