raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 63,980

  1. …in reply to @obsidian_grey
    StatefulWidget Not quite sure I understand your response. If you add async to a func, and it does NOT return a promise, await will make it do so, but that's not what I was talking about. I was talking about how you can await a func that returns a promise w/o the async keyword.