getLeakedRecording function

Future<List<LeakedInfo>> getLeakedRecording()

read historical leaked data

Implementation

Future<List<LeakedInfo>> getLeakedRecording() => LeakedRecordStore().getAll();