commitSession method
Implementation
Future<ReadIDSession?> commitSession({required String sessionId}) async {
throw UnimplementedError('commitSession() has not been implemented.');
}
Future<ReadIDSession?> commitSession({required String sessionId}) async {
throw UnimplementedError('commitSession() has not been implemented.');
}