Client ToolsFlow Client Library (FCL)Packages Docs@onflow/fcl-react-nativeunauthenticateOn this page unauthenticate Import You can import the entire package and access the function: _10import * as fcl from "@onflow/fcl-react-native"_10_10fcl.unauthenticate() Or import directly the specific function: _10import { unauthenticate } from "@onflow/fcl-react-native"_10_10unauthenticate() Returns void