getAccessToken method Null safety

Future<String?> getAccessToken()

Implementation

Future<String?> getAccessToken() async => 'ACCESS_TOKEN';