ReferenceClientterminate methodOn this pageterminate 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.ImplementationFuture<void> terminate() async { return _api.terminate();}