logout method

Future<void> logout(
  1. WebAuthRequest<WebAuthLogoutOptions> request
)

Implementation

Future<void> logout(final WebAuthRequest<WebAuthLogoutOptions> request) {
  throw UnimplementedError('webAuth.logout() has not been implemented');
}