BlueprintPlanHandler typedef
BlueprintPlanHandler =
Future<BlueprintPlanResult> Function(BlueprintPlanRequest request)
Works out what applying a blueprint would change on the node.
Implementation
typedef BlueprintPlanHandler =
Future<BlueprintPlanResult> Function(BlueprintPlanRequest request);