Sends an SMS directly to specified recipients.
Future<bool> shareToSMS({ required List<String> recipients, String? message, }) { throw UnimplementedError('shareToSMS() has not been implemented.'); }