errorStream property Null safety

Stream errorStream

Implementation

Stream get errorStream {
  return client.errorController.stream;
}