fix(ui): Fix some ui bugs
This commit is contained in:
11
lib/feature/sound_notification_test/notification_bloc.dart
Normal file
11
lib/feature/sound_notification_test/notification_bloc.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:sfm_app/product/base/bloc/base_bloc.dart';
|
||||
|
||||
class NotificationBloc extends BlocBase{
|
||||
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
// TODO: implement dispose
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user