ActionCallback constructor
const
ActionCallback({
- required String name,
- required OnMessageRecieve callback,
Implementation
const ActionCallback({required this.name, required this.callback});