tokenPrivilegeWillExpire property Null safety

(dynamic Function?(String token)?) tokenPrivilegeWillExpire
read / write

Occurs when the token expires in 30 seconds.

Implementation

Function(String token)? tokenPrivilegeWillExpire;