MyketStoreRateAppAction constructor
MyketStoreRateAppAction({
- required String packageName,
Creates a new MyketStoreRateAppAction instance.
Parameters:
packageName
: The package name of the app to rate in the Myket store.
Implementation
MyketStoreRateAppAction({
required this.packageName,
});