unauthorized static method

Future unauthorized(
  1. Future callback()?
)

Implementation

static Future<dynamic> unauthorized(Future<dynamic> Function()? callback) async {
  return await Repository().refreshToken(callback!);
}