hasSeenPatchNotes static method
- BuildContext context
Implementation
static bool hasSeenPatchNotes(BuildContext context) =>
Provider.of<SeenPatchNotesModal>(context)._seenPatches;
static bool hasSeenPatchNotes(BuildContext context) =>
Provider.of<SeenPatchNotesModal>(context)._seenPatches;