DestroyCaret method

int DestroyCaret()

Implementation

int DestroyCaret() {
  return (_DestroyCaret ??= _dylib
      .lookupFunction<_c_DestroyCaret, _dart_DestroyCaret>('DestroyCaret'))();
}