close method
Terminates the session and stops driving it.
Implementation
Future<void> close() async {
await _teardown();
await _session.close();
}
Terminates the session and stops driving it.
Future<void> close() async {
await _teardown();
await _session.close();
}