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
- entry → const _FaradayEntry
-
_FaradayEntry(onlyFlutter: false)
- faraday → const Faraday
-
Faraday()
- flutterEntry → const _FaradayEntry
-
_FaradayEntry(onlyFlutter: true)
- ignore → const _FaradayCommonIgnoreMethod
-
_FaradayCommonIgnoreMethod()
Enums
- Type
- JSON type definitions.
Typedefs
- NotificationReceivedCallback = void Function(BuildContext? topMostContext, FaradayNotification value)