livekit_client
livekit_client
DataPublishError
DataPublishError constructor
DataPublishError
description
DataPublishError
constructor
Null safety
DataPublishError
(
[
String
msg
=
'Failed to publish data'
]
)
Implementation
DataPublishError([String msg = 'Failed to publish data']) : super(msg);
livekit_client
livekit_client
DataPublishError
DataPublishError constructor
DataPublishError class
Constructors
DataPublishError
Properties
hashCode
message
runtimeType
stackTrace
Methods
noSuchMethod
toString
Operators
operator ==