Closer constructor
Closer({
- void close()?,
Implementation
factory Closer({void Function()? close}) =>
Closer._(close: close == null ? null : _i3.allowInterop(close));
factory Closer({void Function()? close}) =>
Closer._(close: close == null ? null : _i3.allowInterop(close));