getLastAccessLogEntry method

  1. @override
Future<AccessLogEntry> getLastAccessLogEntry()
override

Most-recent access-log entry, regardless of verb.

Implementation

@override
Future<AccessLogEntry> getLastAccessLogEntry() async {
  return await _accessLogKeyStore.getLastEntry();
}