LocalStoragePrivateKeyStore.importKey() methodOn this pageLocalStoragePrivateKeyStore.importKey() methodImport key to the local storageSignature:importKey(args: { alias: string; key: string; }): Promise<void>;ParametersParameterTypeDescriptionargs{ alias: string; key: string; }alias and private key in the hexReturns:Promise<void>void