fdatasync method

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

Implementation

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