DartLsl_create_continuous_resolver_byprop typedef

DartLsl_create_continuous_resolver_byprop = lsl_continuous_resolver Function(Pointer<Char> prop, Pointer<Char> value, double forget_after)

Implementation

typedef DartLsl_create_continuous_resolver_byprop =
    lsl_continuous_resolver Function(
      ffi.Pointer<ffi.Char> prop,
      ffi.Pointer<ffi.Char> value,
      double forget_after,
    );