DartLsl_push_sample_strt typedef

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

Implementation

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