bloc_base.dart 46 Bytes
abstract class BlocBase {
  void dispose();
}