onFileCreated method

void onFileCreated(
  1. void handler(
    1. FsCreated change
    )
)

Implementation

void onFileCreated(void Function(FsCreated change) handler) =>
    _onFile<FsCreated>(handler);