ErrorCallbackHandler typedef

AsyncError ErrorCallbackHandler (Zone self, ZoneDelegate parent, Zone zone, Object error, StackTrace stackTrace)

Implementation

typedef AsyncError? ErrorCallbackHandler(Zone self, ZoneDelegate parent,
    Zone zone, Object error, StackTrace? stackTrace);