IsGUIThread method

int IsGUIThread(
  1. int bConvert
)

Implementation

int IsGUIThread(
  int bConvert,
) {
  return (_IsGUIThread ??= _dylib
      .lookupFunction<_c_IsGUIThread, _dart_IsGUIThread>('IsGUIThread'))(
    bConvert,
  );
}