Fix missing return type

This commit is contained in:
Ming Ming 2021-07-26 04:06:31 +08:00
parent 65a58368fb
commit 1c476be689

View file

@ -125,7 +125,7 @@ mixin AlbumViewerMixin<T extends StatefulWidget>
} }
@protected @protected
get isEditMode => _isEditMode; bool get isEditMode => _isEditMode;
@protected @protected
@mustCallSuper @mustCallSuper