refactor(ui): update tags in DeviceLogsScreen
This commit is contained in:
@@ -16,6 +16,10 @@ class MapBloc extends BlocBase {
|
||||
@override
|
||||
void dispose() {}
|
||||
|
||||
final mapTheme = StreamController<String>.broadcast();
|
||||
StreamSink<String> get sinkMapTheme => mapTheme.sink;
|
||||
Stream<String> get streamMapTheme => mapTheme.stream;
|
||||
|
||||
final mapType = StreamController<MapType>.broadcast();
|
||||
StreamSink<MapType> get sinkMapType => mapType.sink;
|
||||
Stream<MapType> get streamMapType => mapType.stream;
|
||||
|
||||
Reference in New Issue
Block a user