void runStateCallBack(int key, String state) { _stateCallBacks[key]?.call(TransferState.values.byName(state)); }