feed method

Future<int> feed(
  1. int fd,
  2. int addr,
  3. int direction,
  4. int size,
  5. int timeout,
)

进退票

Implementation

Future<int> feed(int fd, int addr, int direction, int size, int timeout) {
  throw UnimplementedError('feed() has not been implemented.');
}