6 lines
90 B
Dart
6 lines
90 B
Dart
import 'package:imagini/bloc/bloc.dart';
|
|
|
|
class PrefBloc extends Bloc {
|
|
PrefBloc();
|
|
}
|