listVerificationSessions method
List all verification sessions
Implementation
Future<Map<String, dynamic>> listVerificationSessions({String? email, int? limit}) {
throw UnimplementedError('listVerificationSessions() has not been implemented.');
}
List all verification sessions
Future<Map<String, dynamic>> listVerificationSessions({String? email, int? limit}) {
throw UnimplementedError('listVerificationSessions() has not been implemented.');
}