openSDGGoals method
- {SDG? sdg}
Implementation
void openSDGGoals({SDG? sdg}) {
if (sdg != null) {
_navigationService.launchLink(sdg.getLink()!);
} else {
_navigationService.launchLink("https://sustainabledevelopment.un.org");
}
}
void openSDGGoals({SDG? sdg}) {
if (sdg != null) {
_navigationService.launchLink(sdg.getLink()!);
} else {
_navigationService.launchLink("https://sustainabledevelopment.un.org");
}
}