logout method

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

Implementation

Future<void> logout({bool showPopup = true}) async =>
    throw UnsupportedFailure(
        errorType: ErrorType.unsupported, message: 'Unsupported logout');