openSnapchat method

Future<LinkLaunchResponse> openSnapchat(
  1. String profileId
)

Implementation

Future<LinkLaunchResponse> openSnapchat(String profileId) =>
    openLink(snapchat, profileId);