formatShareSubject function
Implementation
String formatShareSubject(item, type, title) {
return 'Afrostories | $type ${(title != null && title.isNotEmpty) ? ' | $title' : ''}';
}
String formatShareSubject(item, type, title) {
return 'Afrostories | $type ${(title != null && title.isNotEmpty) ? ' | $title' : ''}';
}