isValidJwtToken method

bool isValidJwtToken()

Implementation

bool isValidJwtToken() =>
    idToken.isNotEmpty && idToken.split('.').length == 3;