GalaxyStoreInAppReview class

Constructors

GalaxyStoreInAppReview()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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

Static Methods

isAvailable({String? targetPackage, Duration timeout = const Duration(seconds: 10)}) Future<bool>
Checks if the device is able to show a Galaxy Store review dialog.
openStoreListing({String? targetPackage}) Future<void>
Opens the Galaxy Store.
requestReview() Future<void>
Attempts to show the review dialog. It's recommended to first check if the device supports this feature via isAvailable.