beforeNextEvent constant - Isolate class - dart:isolate library (original) (raw)
int const beforeNextEvent
Argument to ping
and kill
: Ask for action before the next event.
Implementation
static const int beforeNextEvent = 1;
int const beforeNextEvent
Argument to ping
and kill
: Ask for action before the next event.
static const int beforeNextEvent = 1;