import 'dart:async'; class BackgroundBloc{ StreamController streamController=StreamController.broadcast(); Stream get outData =>streamController.stream; }