recentFramePerf static method

List<FramePerfRecord> recentFramePerf({
  1. int? limit,
})

Implementation

static List<FramePerfRecord> recentFramePerf({int? limit}) =>
    _recent(_framePerf, limit);