authServiceForTesting property

  1. @visibleForTesting
set authServiceForTesting (AuthServiceInt? value)

Test seam: sets _authService so the A.7 backfill auth-gate and the uid-bearing failure carriers resolve under flutter test without a full initialize.

Implementation

@visibleForTesting
set authServiceForTesting(AuthServiceInt? value) => _authService = value;