module library
Classes
- BaseModule
- FetchModule
- MercuryDispatcher
- MercuryJavaScriptChannel
- MercuryMethodChannel
- MethodChannelModule
- ModuleManager
- PausablePeriodicTimer
- A Timer that can be paused, resumed.
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
Typedefs
- InvokeModuleCallback = Future Function({Object? data, String? error})
- MethodCallCallback = Future Function(String method, dynamic args)
- ModuleCreator = BaseModule Function(ModuleManager? moduleManager)
- NewModuleCreator = BaseModule Function(ModuleManager)