openStrikeApp method

void openStrikeApp()

Implementation

void openStrikeApp(){
  launchUrl(Uri.parse('https://strike.me/pay/$invoiceId'));
}