Handler typedef

Handler = Future<void> Function(AutopilotAction r)

Implementation

typedef Future<void> Handler(AutopilotAction r);