UNPKG

veritatisdoloremque

Version:
25 lines (14 loc) 613 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [ReactNativeAsyncStorage](./auth-types.reactnativeasyncstorage.md) &gt; [removeItem](./auth-types.reactnativeasyncstorage.removeitem.md) ## ReactNativeAsyncStorage.removeItem() method Remove an item from storage. <b>Signature:</b> ```typescript removeItem(key: string): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | key | string | storage key. | <b>Returns:</b> Promise&lt;void&gt;