NativeLsl_create_continuous_resolver_byprop typedef

NativeLsl_create_continuous_resolver_byprop = lsl_continuous_resolver Function(Pointer<Char> prop, Pointer<Char> value, Double forget_after)

Implementation

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