logout method

Future<bool?> logout()

Implementation

Future<bool?> logout() {
  return MsalAuthFlutterPlatform.instance.logout();
}