destroySession method

Future<void> destroySession()

This function destroys a session asynchronously.

Implementation

Future<void> destroySession() async {
  return _methods.destroySession();
}