terminate method

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();
}