method Storage.keyprivateStorage.key(index: number): string | nullDeprecatedReturns the name of the nth key in the list, or null if n is greater than or equal to the number of key/value pairs in the object. Parametersindex: numberReturn Typestring | null