onTokenWillExpire property

(void Function(ZIM zim, int second)?) onTokenWillExpire
getter/setter pair

A reminder callback that the token is about to expire.

zim ZIM instance. second The remaining second before the token expires.

Implementation

static void Function(ZIM zim, int second)? onTokenWillExpire;