AutoFutureCallback typedef

AutoFutureCallback = void Function(String id)

return id of success future in queue

Implementation

typedef AutoFutureCallback = void Function(String id);