onRefreshTokenResult property

void Function(BuildContext context, Either<Failure, RefreshTokenSuccess>)? onRefreshTokenResult
final

Implementation

final void Function(BuildContext context, Either<Failure, RefreshTokenSuccess>)? onRefreshTokenResult;