logoff method

Future<bool> logoff()

Implementation

Future<bool> logoff() async
{
  _user.logoff();
  return true;
}