Future<String> shareToTwitter(String message, String? filePath) { return AppinioSocialSharePlatform.instance .shareToTwitter(message, filePath); }