start abstract method

Future<IDCheckioResult> start({
  1. required IDCheckioParams parameters,
  2. OnlineContext? onlineContext,
  3. IDCheckioTheme? theme,
})

Start the capture of one document with the given parameters.

parameters The parameters to configure the capture session. onlineContext Online context. Let it null and the first capture and send the one you receive on result to chain to capture. theme A theme to customize SDK colors.

Returns an IDCheckioResult Throws An error of type IDCheckioError if the session fails.

Implementation

Future<IDCheckioResult> start({required IDCheckioParams parameters, OnlineContext? onlineContext, IDCheckioTheme? theme});