startOnboarding abstract method
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});