g_faraday library Null safety
Classes
- Faraday
- 核心入口类
- FaradayCommon
- FaradayNavigator is a root widget for each native container
- FaradayNet
- FaradayNotification
- FaradayNotification dispatched by native channel
- FaradayNotificationListener
- Receive native notification
- JSON
- abstract json object
- Options
Extensions
- FaradayRouteSettings
- extension route settings
- JSONIterable
Constants
- common → const FaradayCommon
-
const FaradayCommon()
- entry → const _FaradayEntry
-
_FaradayEntry(onlyFlutter: false)
- faraday → const Faraday
-
Faraday()
- flutterEntry → const _FaradayEntry
-
_FaradayEntry(onlyFlutter: true)
- ignore → const _FaradayCommonIgnoreMethod
-
const _FaradayCommonIgnoreMethod()
Enums
Typedefs
-
NotificationReceivedCallback(
BuildContext? topMostContext, FaradayNotification value) → void