showMyLicensePage method
void
showMyLicensePage({})
showLicensePage
Implementation
void showMyLicensePage({
String? applicationName,
String? applicationVersion,
Widget? applicationIcon,
String? applicationLegalese,
bool useRootNavigator = false,
}) =>
showLicensePage(
context: this,
applicationName: applicationName,
applicationVersion: applicationVersion,
applicationIcon: applicationIcon,
applicationLegalese: applicationLegalese,
useRootNavigator: useRootNavigator,
);