startIOS method

Future<AuthResult> startIOS()

Authentication Method for Hosted Apps ONLY FOR iOS If your Passage app is Hosted, use this method to register and log in your user. This method will open up a Passage login experience

Throws: PassageError

Implementation

Future<AuthResult> startIOS() {
  return PassageFlutterPlatform.instance.hostedAuthIOS();
}