buildAppTermOfServiceParagraph method

Widget buildAppTermOfServiceParagraph(
  1. String appName
)

Implementation

Widget buildAppTermOfServiceParagraph(String appName) {
  return buildTermOfServiceParagraph(
    'These terms of use ("Terms") apply to your access and use '
    'of $appName (the "Service"). Please read them carefully.',
  );
}