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