module library
Classes
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
Functions
Typedefs
- DoubleCallback = void Function(double)
- InvokeModuleCallback = Future Function({Object? data, String? error})
- MethodCallCallback = Future Function(String method, dynamic args)
- ModuleCreator = BaseModule Function(ModuleManager? moduleManager)
- NewModuleCreator = BaseModule Function(ModuleManager)
- VoidCallback = void Function()