mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-07 08:44:57 -04:00
debugging work
This commit is contained in:
parent
739df7c427
commit
d6b1c20906
71 changed files with 4155 additions and 3616 deletions
|
@ -22,7 +22,7 @@ part 'router_cubit.g.dart';
|
|||
final _rootNavKey = GlobalKey<NavigatorState>(debugLabel: 'rootNavKey');
|
||||
|
||||
@freezed
|
||||
class RouterState with _$RouterState {
|
||||
sealed class RouterState with _$RouterState {
|
||||
const factory RouterState({
|
||||
required bool hasAnyAccount,
|
||||
}) = _RouterState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue