openFacebook method

Future<LinkLaunchResponse> openFacebook(
  1. String profileId
)

Implementation

Future<LinkLaunchResponse> openFacebook(String profileId) =>
    openLink(facebook, profileId);