startOnboarding abstract method

Future<void> startOnboarding({
  1. required String folderUid,
  2. IDCheckioTheme? theme,
})

Start an onboarding session with the given folder uid.

folderUid The folder that will be used to run the session. theme A theme to customize SDK colors.

Void on success. Throws An error of type IDCheckioError if the session fails.

Implementation

Future<void> startOnboarding({required String folderUid, IDCheckioTheme? theme});