process method

List<int>? process(
  1. List<int> frame
)

Implementation

List<int>? process(List<int> frame) => frame;