blob: aa53bcb77817355f0b64d0161265f4f25948df21 [file] [log] [blame] [view]
# close method
*[<Null safety>](https://dart.dev/null-safety)*
void close
()
<p>Closes the connection to the underlying binding.</p>
## Implementation
```dart
void close() {
_binding.close();
}
```