DartLsl_push_sample_dt typedef

DartLsl_push_sample_dt = int Function(lsl_outlet out, Pointer<Double> data, double timestamp)

Implementation

typedef DartLsl_push_sample_dt =
    int Function(
      lsl_outlet out,
      ffi.Pointer<ffi.Double> data,
      double timestamp,
    );