fchmod method

void fchmod(
  1. int fd,
  2. int mode,
  3. void callback(
    1. dynamic error
    )
)

Implementation

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