RuStoreReviewer class final

Inheritance

Constructors

RuStoreReviewer({ReviewerFallbackConsentBuilder consentBuilder = defaultFallbackConsentBuilder, Locale defaultLocale = const Locale('en'), String packageName = ''})

Properties

consentBuilder ReviewerFallbackConsentBuilder
A builder for the consent screen.
finalinherited
defaultLocale Locale
finalinherited
hashCode int
The hash code for this object.
no setterinherited
packageName String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

launchScheme(String scheme) Future<void>
Launches a scheme.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLoad() Future<bool>
Initializes the reviewer.
override
requestReview(BuildContext context, {Locale? locale, bool force = false}) Future<void>
Requests a review from the user.
override
toString() String
A string representation of this object.
inherited

Operators

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