DartLsl_push_chunk_ct typedef

DartLsl_push_chunk_ct = int Function(lsl_outlet out, Pointer<Char> data, int data_elements, double timestamp)

Implementation

typedef DartLsl_push_chunk_ct =
    int Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Char> data,
      int data_elements,
      double timestamp,
    );