getInstalledAppsForShare method

Future<List<ShareWith>> getInstalledAppsForShare()

return list of default ShareWith installed apps

Implementation

Future<List<ShareWith>> getInstalledAppsForShare() async {
  return CustomSocialSharePlatform.instance.getInstalledAppsForShare();
}