supportsAsync property

bool supportsAsync

True if asynchronous operations are supported.

Implementation

bool get supportsAsync {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_SyncCapabilities_getSupportsAsync(
      _handle,
      errorHandler,
    );
  });
}