GetToken typedef

GetToken = Future<String> Function(dynamic String)

Implementation

typedef Future<String> GetToken(String);