tokenFor method

String? tokenFor(
  1. String hubUri
)

Reads the saved token for hubUri, or null if none was persisted.

Implementation

String? tokenFor(String hubUri) => _kv.read('$_tokenPrefix$hubUri');