MyketStoreRateAppAction class

An action to rate a specific app in the Myket store.

This class extends MyketStore and implements AppLinkAppAction to provide functionality for opening the rating page of an app in the Myket store.

Inheritance
Implemented types

Constructors

MyketStoreRateAppAction.new({required String packageName})
Creates a new MyketStoreRateAppAction instance.

Properties

androidPackageName String
The Android package name for the Myket app.
no setterinherited
The app link URL for opening the app's rating page in the Myket app.
no setteroverride
customScheme String
The custom URL scheme for the Myket app.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
packageName String
The package name of the app to rate in the Myket store.
final
platform PlatformType
The platform this store app is associated with (Android).
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
website Uri
The web URL for the Myket store.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited