CRUD: move firestore implementation in his own package #231
@ -29,7 +29,7 @@ class CrudInitial extends CrudState {
|
||||
}
|
||||
|
||||
/// Loading state of the CrudBaseCubit.
|
||||
abstract class CrudLoading extends CrudState {
|
||||
class CrudLoading extends CrudState {
|
||||
const CrudLoading();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user