Skip to main content

terminate method

*[<Null safety>](https://dart.dev/null-safety)*

Future<void> terminate ()

Terminate this client.

Already in progress calls will be terminated. No further calls can be made using this client.

Implementation

Future<void> terminate() async {
return _api.terminate();
}