BlueprintApplyHandler typedef
BlueprintApplyHandler =
Future<BlueprintApplyResult> Function(BlueprintApplyRequest request)
Applies a blueprint on the node.
Implementation
typedef BlueprintApplyHandler =
Future<BlueprintApplyResult> Function(BlueprintApplyRequest request);