blob: 3f2a81cfa2b8248c493e818fe81d4a392c990116 [file] [log] [blame] [view]
# close method
void close
()
_<span class="feature inherited">inherited</span>_
## Implementation
```dart
void close() {
_handle!.close();
_handle = null;
}
```