import 'dart:async'; class ProfileController { static StreamController streamController = StreamController(); }