hmssdk_flutter
hmssdk_flutter
HMSVideoView
HMSVideoView const constructor
HMSVideoView
HMSVideoView
constructor
Null safety
const
HMSVideoView
(
{
Key
?
key
,
required
HMSTrack
track
,
Map
<
String
,
Object
>
?
args
}
)
Implementation
const HMSVideoView({Key? key, required this.track, this.args}) : super(key: key);
hmssdk_flutter
hmssdk_flutter
HMSVideoView
HMSVideoView const constructor
HMSVideoView class
Constructors
HMSVideoView
Properties
args
hashCode
key
runtimeType
track
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
onPlatformViewCreated
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==