menu
ecash package
documentation
chronik/types.dart
WsConfig
WsConfig.new constructor
WsConfig.new constructor
dark_mode
light_mode
WsConfig
constructor
WsConfig
(
{
void
onMessage
(
WsMsgClient
)?,
void
onConnect
()?,
void
onReconnect
(
Object
error
)?,
bool
keepAlive
=
false
,
})
Implementation
WsConfig({ this.onMessage, this.onConnect, this.onReconnect, this.keepAlive = false, });
ecash package
documentation
chronik/types
WsConfig
WsConfig.new constructor
WsConfig class