start method

Future<IDCheckioResult> start(
  1. IDCheckioParams params,
  2. OnlineContext? onlineContext,
  3. IDCheckTheme? theme
)

Implementation

Future<IDCheckioResult> start(IDCheckioParams params, OnlineContext? onlineContext, IDCheckTheme? theme) {
  throw UnimplementedError('start() has not been implemented.');
}