sessionId property

Future<int> get sessionId

Future of the C-side session id, resolved when the worker reports it back (a turn after the first event). Only needed for cancel.

Implementation

Future<int> get sessionId => _sessionId;