openInstagram method

Future<LinkLaunchResponse> openInstagram(
  1. String profileId
)

Implementation

Future<LinkLaunchResponse> openInstagram(String profileId) =>
    openLink(instagram, profileId);