SuggestionService constructor
SuggestionService({
- String apiEndpoint = 'https://smartpub-api.example.com',
Implementation
SuggestionService({
this.apiEndpoint = 'https://smartpub-api.example.com',
});