getVerificationSession method
Get verification session by ID
Implementation
Future<Map<String, dynamic>> getVerificationSession(String sessionId) {
throw UnimplementedError('getVerificationSession() has not been implemented.');
}
Get verification session by ID
Future<Map<String, dynamic>> getVerificationSession(String sessionId) {
throw UnimplementedError('getVerificationSession() has not been implemented.');
}