oke
This commit is contained in:
parent
89d638ee6d
commit
c540f82761
|
|
@ -50,7 +50,7 @@ class EvaporasiBloc extends Bloc<EvaporasiEvent, EvaporasiState> {
|
|||
|
||||
_subscription = _repository
|
||||
.getSensorStream(
|
||||
'kelompok1/evaporasi',
|
||||
'Monitoring',
|
||||
(json) => Evaporasi.fromJson(json),
|
||||
)
|
||||
.listen((data) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue