TF-624 Remove null-aware of instance WidgetsBinding/SchedulerBinding on flutter 3.0

This commit is contained in:
dab246
2022-06-08 10:39:45 +07:00
committed by Dat H. Pham
parent 2b4270003e
commit a30dd68b1b
6 changed files with 8 additions and 10 deletions
@@ -65,8 +65,6 @@ class AuthenticationClientWeb implements AuthenticationClientBase {
grantType: 'refresh_token',
scopes: scopes));
log('AuthenticationClientMobile::refreshingTokensOIDC(): refreshToken: ${tokenResponse?.accessToken}');
if (tokenResponse != null) {
final tokenOIDC = tokenResponse.toTokenOIDC();
if (tokenOIDC.isTokenValid()) {