ModuleListener typedef
ModuleListener =
void Function(ModuleLoadStatus statusCode, String? msg)
Implementation
typedef ModuleListener = void Function(
ModuleLoadStatus statusCode,
String? msg,
);
typedef ModuleListener = void Function(
ModuleLoadStatus statusCode,
String? msg,
);