- @override
Handles an action invocation and deletes the target path.
Source
@override Object onInvoke(Map<String, dynamic> params) { provider.removeNode(targetPath); if (onDelete != null) { onDelete(); } return {}; }
Handles an action invocation and deletes the target path.
@override Object onInvoke(Map<String, dynamic> params) { provider.removeNode(targetPath); if (onDelete != null) { onDelete(); } return {}; }