watchFile method

void watchFile(
  1. dynamic filename, [
  2. dynamic optionsOrListener,
  3. void listener(
    1. Stats current,
    2. Stats previous
    )
])

Implementation

external void watchFile(filename,
    [optionsOrListener,
    void Function(Stats current, Stats previous) listener]);