QuestError typedef

QuestError = dynamic Function(dynamic onError)

Implementation

typedef QuestError = Function(dynamic onError);