buildChangesToPrivacyPolicySection method

Widget buildChangesToPrivacyPolicySection()

Implementation

Widget buildChangesToPrivacyPolicySection() {
  return const FastArticle(
    titleText: 'Changes to This Privacy Policy',
    children: [
      FastParagraph(
        text: 'We may update our Privacy Policy from time to time. '
            'Thus, you are advised to review this page periodically for '
            'any changes. We will notify you of any changes by posting '
            'the new Privacy Policy on this page. These changes are '
            'effective immediately after they are posted on this page.',
      ),
    ],
  );
}