video_player
dart:convert
Latin1Decoder
method bind
bind
class Latin1Decoder
Constructors
Latin1Decoder
Properties
hashCode
runtimeType
Methods
startChunkedConversion
bind
convert
fuse
noSuchMethod
toString
Operators
operator ==
Stream
<
String
>
bind
(
Stream
<
List
<
int
>>
stream
)
Source
Stream<String> bind(Stream<List<int>> stream) => super.bind(stream);
method bind