shareToSMS method

Future<String> shareToSMS(
  1. String message
)

Implementation

Future<String> shareToSMS(String message) {
  return AppinioSocialSharePlatform.instance
      .shareToSMS(message, filePaths: []);
}