closeSession method

Future<void> closeSession()

Closes authenticated Session

Implementation

Future<void> closeSession() => client.closeSession();