onInvalidAccount property Null safety
returns the invalid account event stream
Implementation
Stream<InvalidAccountException> get onInvalidAccount =>
_invalidAccountController.stream;
returns the invalid account event stream
Stream<InvalidAccountException> get onInvalidAccount =>
_invalidAccountController.stream;