ApplyObservationLoader typedef

ApplyObservationLoader = Future<ApplyObservations> Function(ChangePlan plan)

Implementation

typedef ApplyObservationLoader =
    Future<ApplyObservations> Function(ChangePlan plan);