toRawHandle method

int toRawHandle()

Get the raw callback handle to pass over a MethodChannel or SendPort (to pass to another Isolate).

Implementation

int toRawHandle() => _handle;