i have mi Streams in bloc.dart
bloc.dart
class Bloc { final _usuarioStream = StreamController.broadcast(); Function(Usuario) get usua