11 lines
173 B
Dart
11 lines
173 B
Dart
import 'package:sfm_app/product/base/bloc/base_bloc.dart';
|
|
|
|
class NotificationBloc extends BlocBase{
|
|
|
|
|
|
@override
|
|
void dispose() {
|
|
// TODO: implement dispose
|
|
}
|
|
|
|
} |