syncStart static method
Calls a bridge function synchronously, with the same logging and slow-call detection as the native runtime. Generated native code brackets sync calls with these; the web bridge still uses callSync, so they are parity stubs.
Implementation
static int syncStart(String methodName) => -1;