unAuthorize method

  1. @override
Future<bool> unAuthorize()
override

Unauthorizes the user by clearing tokens.

Implementation

@override
Future<bool> unAuthorize() async {
  return await authHandler.unAuthorize();
}