Consider the following code… await SecureStore.setItemAsync(…
Consider the following code… await SecureStore.setItemAsync(‘userToken’, ‘12345’);const userToken = SecureStore.getItemAsync(‘userToken’); Which of the following best describes the data type of userToken after this code has been executed?
Read Details