tcflow method

  1. @override
int tcflow(
  1. int __fd,
  2. int __action
)
override

Implementation

@override
int tcflow(int __fd, int __action) {
  return _backend.tcflow(__fd, __action);
}