resume abstract method

Future<void> resume(
  1. Uri incomingUri
)

Resumes an ongoing 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.

Implementation

Future<void> resume(Uri incomingUri);