Skip to content

Instantly share code, notes, and snippets.

@dev4jam
Created March 21, 2022 06:46
Show Gist options
  • Save dev4jam/6c4e4252389650909664a687eb71b678 to your computer and use it in GitHub Desktop.
Save dev4jam/6c4e4252389650909664a687eb71b678 to your computer and use it in GitHub Desktop.
Body union
dynamic body = request.data.whenOrNull(
json: (data) => data,
text: (data) => data,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment