Add Calendar Argument Object
This commit is contained in:
@@ -169,3 +169,13 @@ class AuthArguments {
|
|||||||
this.firstBoot,
|
this.firstBoot,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class CalendarArguments {
|
||||||
|
final AppUser signedInUser;
|
||||||
|
final bool personalSelected;
|
||||||
|
|
||||||
|
CalendarArguments(
|
||||||
|
this.signedInUser,
|
||||||
|
this.personalSelected,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user