Skip to content

Commit

Permalink
Update getting-started.md (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
erlangparasu authored Dec 11, 2022
1 parent 9d1d86c commit 2775a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ part "YOUR_FILE.chopper.dart";
abstract class TodosListService extends ChopperService {
// A helper method that helps instantiating the service. You can omit this method and use the generated class directly instead.
static TodosListService create([ChopperClient client]) =>
static TodosListService create([ChopperClient? client]) =>
_$TodosListService(client);
}
```
Expand Down

0 comments on commit 2775a73

Please sign in to comment.