menu
ipg_flutter package
documentation
bloc/ipg_bloc.dart
IPGBloc
customerListStream property
customerListStream property
dark_mode
light_mode
customerListStream
property
Stream
<
Response
<
List
<
Customer
>
>
>
get
customerListStream
Implementation
Stream<Response<List<Customer>>> get customerListStream => _customerListController.stream;
ipg_flutter package
documentation
bloc/ipg_bloc
IPGBloc
customerListStream property
IPGBloc class