Skip to content

Commit

Permalink
Remove leftover doOnData
Browse files Browse the repository at this point in the history
  • Loading branch information
GoranPrime committed Oct 29, 2024
1 parent 031a148 commit 6cfe692
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ class PinCodeBloc extends $PinCodeBloc {

@override
Stream<Result<bool>> _mapToShowBiometricsButtonState() =>
_getAreBiometricsEnabled()
.asResultStream()
.doOnData(print)
.shareReplay(maxSize: 1);
_getAreBiometricsEnabled().asResultStream().shareReplay(maxSize: 1);

@override
void dispose() {
Expand Down

0 comments on commit 6cfe692

Please sign in to comment.