shareFBFeed static method

Future<ShareStatus> shareFBFeed(
  1. String backgroundImagePath
)

Implementation

static Future<ShareStatus> shareFBFeed(String backgroundImagePath) async {
  return _convertResponseToStatus(await _channel.invokeMethod(
      'share_FB_feed', {"backgroundImage": backgroundImagePath}));
}