buildAppTermOfServiceParagraph method
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.',
);
}