stat method

void stat(
  1. dynamic path,
  2. void callback(
    1. dynamic error,
    2. Stats stats
    )
)

Implementation

external void stat(path, void Function(dynamic error, Stats stats) callback);