fpsStream property

Stream<FpsData> get fpsStream

Implementation

Stream<FpsData> get fpsStream => _fpsTracker.stream.cast<FpsData>();