getVerificationSession method

Future<Map<String, dynamic>> getVerificationSession(
  1. String sessionId
)

Get verification session by ID

Implementation

Future<Map<String, dynamic>> getVerificationSession(String sessionId) {
  throw UnimplementedError('getVerificationSession() has not been implemented.');
}