Dart SDK
dart:core
Sink
add
add
Dart SDK
dart:core
Sink
add
method
add
Source
Dart SDK
dart:core
Sink
Constructors
Sink
Properties
hashCode
runtimeType
Operators
operator ==
Methods
add
close
noSuchMethod
toString
void
add
(
T
data
)
Put the data into the sink.
Must not be called after a call to
close
.
Source
void add(T data);
Cookies management controls