logout method

Future<void> logout(
  1. LogoutOptions? options
)

Implementation

Future<void> logout(final LogoutOptions? options) {
  throw UnimplementedError('web.logout has not been implemented');
}