ProcessError typedef

ProcessError = void Function(dynamic error)

Implementation

typedef ProcessError = void Function(dynamic error);