input method

  1. @override
dynamic input(
  1. T f
)
override

Implementation

@override
input(T f) {
  complete(f.hash, f);
}