Skip to main content

useServiceDiscovery

Overview

Namespace containing useServiceDiscovery utilities

Functions

getAsyncStorage

Import

You can import the entire package and access the function:


_10
import * as fcl from "@onflow/fcl-react-native"
_10
_10
fcl.useServiceDiscovery.getAsyncStorage()

Or import the namespace directly:


_10
import { useServiceDiscovery } from "@onflow/fcl-react-native"
_10
_10
useServiceDiscovery.getAsyncStorage()

Returns

Promise<void>


Rate this page