ErrorCallback typedef

ErrorCallback = dynamic Function(String error)

Implementation

typedef ErrorCallback = Function(String error);