startOnboarding abstract method
Start an onboarding session with the given folder uid.
folderUid The folder that will be used to run the session.
Void on success. Throws An error of type IDCheckioError if the session fails.
Implementation
Future<void> startOnboarding({required String folderUid});