ErrorCallback typedef
ErrorCallback =
void Function(ProtocolException error)
Callback to listen when upload fails
Implementation
typedef ErrorCallback = void Function(ProtocolException error);
Callback to listen when upload fails
typedef ErrorCallback = void Function(ProtocolException error);