launchSession method

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

Implementation

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