unAuthorize method

Future<bool> unAuthorize()
override

Implementation

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