CallError typedef

CallError = Widget Function(Exception error)

Implementation

typedef CallError = Widget Function(Exception error);