write method

  1. @override
void write(
  1. String data
)
override

Implementation

@override
void write(final String data) {
  _data = data;
}