tokenPrivilegeWillExpire property

(dynamic Function(String token)?) tokenPrivilegeWillExpire
final

Occurs when the token expires in 30 seconds.

Implementation

final Function(String token)? tokenPrivilegeWillExpire;