launchTelegram static method

Future<bool> launchTelegram(
  1. String username
)

Implementation

static Future<bool> launchTelegram(String username) async =>
    await launchURL('https://telegram.me/$username');