getSessionRecords method

Future<List<ArgosPacketRecord>> getSessionRecords(
  1. String sessionId
)

Implementation

Future<List<ArgosPacketRecord>> getSessionRecords(String sessionId) =>
    ArgosPacketStorage.instance.getRecordsForSession(sessionId);