TokenProvider typedef

TokenProvider = Future<String?> Function()

Implementation

typedef TokenProvider = Future<String?> Function();