onEventOccurred method

bool onEventOccurred(
  1. RateMyAppEventType eventType
)

Triggered when an even occurs in the plugin lifecycle. Return true to save the shared preferences, false otherwise.

Implementation

bool onEventOccurred(RateMyAppEventType eventType) => false;