Validates the current access token on the native platform.
@override Future<bool?> isAccessTokenValid() async { return await methodChannel.invokeMethod<bool>('isAccessTokenValid'); }