Condition mixin

Represents a condition, which need to be met in order for the Rate my app dialog to open.

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
isMet bool
Whether this condition is met.
no setter
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
onEventOccurred(RateMyAppEventType eventType) bool
Triggered when an even occurs in the plugin lifecycle. Return true to save the shared preferences, false otherwise.
readFromPreferences(SharedPreferences preferences, String preferencesPrefix) → void
Reads the condition values from the specified shared preferences.
reset() → void
Resets the condition values.
saveToPreferences(SharedPreferences preferences, String preferencesPrefix) Future<void>
Saves the condition values to the specified shared preferences.
toString() String
A string representation of this object.
inherited

Operators

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