isTrailLicence static method

bool isTrailLicence()

Implementation

static bool isTrailLicence() =>
    _preferences.getBool("${prefix}IS_TRIAL_LICENSE") ?? true;