token property

ValueNotifier<String?> token
final

Implementation

final token = ValueNotifier<String?>(null);