launchSession method

Future<Map?> launchSession(
  1. String launchUrl,
  2. String redirectUrl
)

Implementation

Future<Map?> launchSession(String launchUrl, String redirectUrl) {
  throw UnimplementedError("launchSession() has not been implemented.");
}