buildInformationCollectionSection method

Widget buildInformationCollectionSection()

Implementation

Widget buildInformationCollectionSection() {
  return const FastParagraph(
    text: 'If you choose to use our Service, then you agree to the '
        'collection and use of information in relation to this policy. '
        'The Personal Information that we collect is used for providing '
        'and improving the Service. We will not use or share your '
        'information with anyone except as described in this Privacy Policy.',
  );
}