fromRawHandle static method

Function? fromRawHandle(
  1. int rawHandle
)

Implementation

static Function? fromRawHandle(int rawHandle) => PluginUtilities.getCallbackFromHandle(CallbackHandle.fromRawHandle(rawHandle));