logout method

Future<bool?> logout()

Implementation

Future<bool?> logout() => _auth.logout();