onPressCampaignButton method

void onPressCampaignButton()

Implementation

void onPressCampaignButton() {
  _navigationService.launchLink(
      "https://docs.google.com/forms/d/e/1FAIpQLSfPKOVlzOOV2Bsb1zcdECCuZfjHAlrX6ZZMuK1Kv8eqF85hIA/viewform",
      description:
          "To suggest causes for future campaigns, fill in this Google Form",
      buttonText: "Go");
}