launchAction method

void launchAction()

Implementation

void launchAction() {
  _navigationService.launchLink(_action!.link!);
}