TokenCallback typedef Null safety

TokenCallback = void Function(String token)

Implementation

typedef TokenCallback = void Function(String token);