destroySession method
This function destroys a session asynchronously.
Implementation
Future<void> destroySession() async {
return _methods.destroySession();
}
This function destroys a session asynchronously.
Future<void> destroySession() async {
return _methods.destroySession();
}