buildThirdPartyServicesArticle method

Widget buildThirdPartyServicesArticle()

Implementation

Widget buildThirdPartyServicesArticle() {
  return const FastArticle(
    titleText: 'Third-Party Services',
    children: [
      FastParagraph(
        text: 'From time to time, we may provide you with links to third '
            'party websites or services that we do not own or control. '
            'Your use of the Service may also include the use of '
            'applications that are developed or owned by a third party. '
            'Your use of such third party applications, websites, and '
            'services is governed by that party\'s own terms of service '
            'or privacy policies. We encourage you to read the terms and '
            'conditions and privacy policy of any third party '
            'application, website or service that you visit or use.',
      ),
    ],
  );
}