Skip to content

Instantly share code, notes, and snippets.

@PeterHdd
Created February 23, 2020 10:45
Show Gist options
  • Save PeterHdd/6d738522fe85ab7529c93ec31043fb5d to your computer and use it in GitHub Desktop.
Save PeterHdd/6d738522fe85ab7529c93ec31043fb5d to your computer and use it in GitHub Desktop.
void main() {
var response =
{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjIxMDcxNjg1XATLkHM3-LSmHBpY-_ER_eDcsQnHGKKmLXjHpBevyRW2HvOeWD4zbnlkoZwiL23"};
print(response["token"]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment