toRawHandle method
Get the raw callback handle to pass over a MethodChannel
or SendPort
(to pass to another Isolate
).
Implementation
int toRawHandle() => _handle;
Get the raw callback handle to pass over a MethodChannel
or SendPort
(to pass to another Isolate
).
int toRawHandle() => _handle;