module library
Classes
- AsyncStorageModule
- BaseModule
- ClipBoardModule
- ConnectionModule
- FetchModule
- HistoryItem
- HistoryModule
- KrakenJavaScriptChannel
- KrakenMethodChannel
- KrakenNativeChannel
- LocationModule
- MethodChannelModule
- ModuleManager
- PausablePeriodicTimer
- A Timer that can be paused, resumed.
- PerformanceEntry
- PerformanceTiming
Enums
Mixins
Constants
- CONTROLLER_NOT_INITIALIZED → const String
- METHOD_CHANNEL_NAME → const String
- METHOD_CHANNEL_NOT_INITIALIZED → const String
Properties
- EMPTY_STRING ↔ String
-
getter/setter pair
- PERF_ADD_EVENT_END → String
-
final
- PERF_ADD_EVENT_START → String
-
final
- PERF_BRIDGE_INIT_END → String
-
final
- PERF_BRIDGE_INIT_START → String
-
final
- PERF_BRIDGE_REGISTER_DART_METHOD_END → String
-
final
- PERF_BRIDGE_REGISTER_DART_METHOD_START → String
-
final
- PERF_CONTROLLER_INIT_END → String
-
final
- PERF_CONTROLLER_INIT_START → String
-
final
- PERF_CONTROLLER_PROPERTY_INIT → String
-
final
- PERF_CREATE_COMMENT_END → String
-
final
- PERF_CREATE_COMMENT_START → String
-
final
- PERF_CREATE_DOCUMENT_FRAGMENT_END → String
-
final
- PERF_CREATE_DOCUMENT_FRAGMENT_START → String
-
final
- PERF_CREATE_ELEMENT_END → String
-
final
- PERF_CREATE_ELEMENT_START → String
-
final
- PERF_CREATE_TEXT_NODE_END → String
-
final
- PERF_CREATE_TEXT_NODE_START → String
-
final
- PERF_CREATE_VIEWPORT_END → String
-
final
- PERF_CREATE_VIEWPORT_START → String
-
final
- PERF_DISPOSE_EVENT_TARGET_END → String
-
final
- PERF_DISPOSE_EVENT_TARGET_START → String
-
final
- PERF_DOM_FLUSH_UI_COMMAND_END → String
-
final
- PERF_DOM_FLUSH_UI_COMMAND_START → String
-
final
- PERF_DOM_FORCE_LAYOUT_END → String
-
final
- PERF_DOM_FORCE_LAYOUT_START → String
-
final
- PERF_ELEMENT_MANAGER_INIT_END → String
-
final
- PERF_ELEMENT_MANAGER_INIT_START → String
-
final
- PERF_ELEMENT_MANAGER_PROPERTY_INIT → String
-
final
- PERF_FLEX_LAYOUT_END → String
-
final
- PERF_FLEX_LAYOUT_START → String
-
final
- PERF_FLOW_LAYOUT_END → String
-
final
- PERF_FLOW_LAYOUT_START → String
-
final
- PERF_FLUSH_UI_COMMAND_END → String
-
final
- PERF_FLUSH_UI_COMMAND_START → String
-
final
- PERF_INSERT_ADJACENT_NODE_END → String
-
final
- PERF_INSERT_ADJACENT_NODE_START → String
-
final
- PERF_INTRINSIC_LAYOUT_END → String
-
final
- PERF_INTRINSIC_LAYOUT_START → String
-
final
- PERF_JS_BUNDLE_EVAL_END → String
-
final
- PERF_JS_BUNDLE_EVAL_START → String
-
final
- PERF_JS_BUNDLE_LOAD_END → String
-
final
- PERF_JS_BUNDLE_LOAD_START → String
-
final
- PERF_PAINT_END → String
-
final
- PERF_PAINT_START → String
-
final
- PERF_REMOVE_EVENT_END → String
-
final
- PERF_REMOVE_EVENT_START → String
-
final
- PERF_REMOVE_NODE_END → String
-
final
- PERF_REMOVE_NODE_START → String
-
final
- PERF_REMOVE_PROPERTIES_END → String
-
final
- PERF_REMOVE_PROPERTIES_START → String
-
final
- PERF_ROOT_ELEMENT_INIT_END → String
-
final
- PERF_ROOT_ELEMENT_INIT_START → String
-
final
- PERF_ROOT_ELEMENT_PROPERTY_INIT → String
-
final
- PERF_SET_PROPERTIES_END → String
-
final
- PERF_SET_PROPERTIES_START → String
-
final
- PERF_SET_RENDER_STYLE_END → String
-
final
- PERF_SET_RENDER_STYLE_START → String
-
final
- PERF_SET_STYLE_END → String
-
final
- PERF_SET_STYLE_START → String
-
final
- PERF_SILVER_LAYOUT_END → String
-
final
- PERF_SILVER_LAYOUT_START → String
-
final
- PERF_VIEW_CONTROLLER_INIT_END → String
-
final
- PERF_VIEW_CONTROLLER_INIT_START → String
-
final
- PERF_VIEW_CONTROLLER_PROPERTY_INIT → String
-
final
- PERFORMANCE_NONE_UNIQUE_ID → int
-
final
Functions
-
defaultDecisionHandler(
KrakenNavigationAction action) → Future< KrakenNavigationActionPolicy> -
setJSMethodCallCallback(
KrakenController controller) → void
Typedefs
- DoubleCallback = void Function(double)
- InvokeModuleCallback = void Function({Object? data, String? error})
- MethodCallCallback = Future Function(String method, Object? arguments)
- ModuleCreator = BaseModule Function(ModuleManager? moduleManager)
- NewModuleCreator = BaseModule Function(ModuleManager)
- OnConnectivityChangedCallback = void Function(Map json)
- VoidCallback = void Function()