lower static method

Pointer<Void> lower(
  1. Amount value
)

Implementation

static Pointer<Void> lower(Amount value) {
  return value.uniffiClonePointer();
}