close method

void close(
  1. int fd,
  2. void callback(
    1. dynamic error
    )
)

Implementation

external void close(int fd, void Function(dynamic error) callback);