shouldShow abstract method

bool shouldShow(
  1. String key, {
  2. String? minVersion,
})

Whether the hint should show (see class doc). minVersion — the app version the hint targets; null — "show once ever".

Implementation

bool shouldShow(String key, {String? minVersion});