customApp method

Future<bool> customApp(
  1. String package,
  2. String content
)

custom app share only for Android package is android application id text content to share

Implementation

Future<bool> customApp(String package, String content) {
  return CustomSocialSharePlatform.instance.customApp(package, content);
}