add method

  1. @override
void add(
  1. T data
)
override

Implementation

@override
void add(T data) {
  _controller.add(data);
}