resume abstract method
Resumes an ongoing mobile flow after a redirect back to the app with an incomingUri
.
This is required for Magic Link only at this stage.
Note: This requires additional setup on the application side. See the README for more details.
Note: Do not call this method when running web flows. Use start instead.
Implementation
Future<void> resume(Uri incomingUri);