onLicenseWillExpire method

FutureOr<void> onLicenseWillExpire(
  1. int days
)

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

Implementation

FutureOr<void> onLicenseWillExpire(int days) async {}