TokenSetter typedef

TokenSetter = void Function(String? token)

Implementation

typedef TokenSetter = void Function(String? token);