flutter_sms library
Functions
-
canSendSMS(
) → Future< bool> - Check if you can send SMS on this platform
-
launchSms(
{String? message, String? number}) → Future< bool> - Launch SMS Url Scheme on all platforms
-
launchSmsMulti(
{required String message, required List< String> numbers}) → Future<bool> - Launch SMS Url Scheme on all platforms
-
sendSMS(
{required String message, required List< String> recipients, bool sendDirect = false}) → Future<String> - Open SMS Dialog on iOS/Android/Web