logout method

Future<void> logout({
  1. bool showWebPopup = true,
})

Perform Azure AD logout.

Implementation

Future<void> logout({bool showWebPopup = true}) async =>
    _coreOAuth.logout(showPopup: showWebPopup);