utils/launch library
Functions
-
call(
String phone) → void -
email(
String email, String subject) → void -
launchInstagram(
String username, {LaunchMode mode = LaunchMode.platformDefault}) → void -
launchTelegram(
String id, {LaunchMode mode = LaunchMode.platformDefault}) → void -
launchURL(
String url, {LaunchMode mode = LaunchMode.platformDefault}) → Future< void> -
launchWhatsApp(
String number, {LaunchMode mode = LaunchMode.platformDefault}) → void -
sms(
String phone) → void