Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

The code example has too many brackets. #821

Open
wants to merge 1 commit into
base: docs/source
Choose a base branch
from
Open

The code example has too many brackets. #821

wants to merge 1 commit into from

Conversation

Christian-Martensson
Copy link

I did the following change on line 24:
Future postForm() async {}
to
Future postForm() async {

I did the following change on line 24: 
Future<Response> postForm() async {}
to 
Future<Response> postForm() async {
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants