createVerificationSession method
Create a new verification session
Implementation
Future<Map<String, dynamic>> createVerificationSession(Map<String, dynamic> sessionData, {File? documentFile}) {
throw UnimplementedError('createVerificationSession() has not been implemented.');
}