video_player
dart:io
WebSocketException
const constructor WebSocketException
WebSocketException
class WebSocketException
Constructors
WebSocketException
Properties
message
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
const
WebSocketException
(
[
String
message
=
""
])
Source
const WebSocketException([this.message = ""]);
constructor WebSocketException