ProxyController<T> constructor

ProxyController<T>({String $serviceName, String $interfaceName})

Implementation

ProxyController({this.$serviceName, this.$interfaceName}) {
  _reader
    ..onReadable = _handleReadable
    ..onError = _handleError;
}