approvedAttempts property

List<({String host, String operation, int port})> get approvedAttempts

The approved connections recorded since install (unmodifiable).

Implementation

static List<({String host, int port, String operation})>
get approvedAttempts => List.unmodifiable(_approved);