onLicenseWillExpire property

FutureOr<void> Function(int days)? onLicenseWillExpire
getter/setter pair

@hidden internal use only @detail callback @author wangyu.1705 @brief license 过期时间提醒 @param days 即将过期剩余天数

Implementation

FutureOr<void> Function(int days)? onLicenseWillExpire;