close method
Terminates any open connections. If a settings object remains unclosed, the Dart process may not terminate.
Implementation
Future<void> close() async {
await _backend.close();
}
Terminates any open connections. If a settings object remains unclosed, the Dart process may not terminate.
Future<void> close() async {
await _backend.close();
}