hasSeenPatchNotes static method

bool hasSeenPatchNotes(
  1. BuildContext context
)

Implementation

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