Skip to content

Commit

Permalink
fix(docs): remove moved onComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed Nov 12, 2019
1 parent 74757fa commit 31a0d2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/graphql_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,6 @@ Mutation(
child: Icon(Icons.star),
);
},
// or do something with the result.data on completion
onCompleted: (dynamic resultData) {
print(resultData);
},
);
...
Expand Down

0 comments on commit 31a0d2f

Please sign in to comment.