CloseWatcher constructor

CloseWatcher([
  1. CloseWatcherOptions? options
])

Implementation

factory CloseWatcher([CloseWatcherOptions? options]) =>
    CloseWatcher._(options ?? undefined);