nextHandle property

int nextHandle

Implementation

static int get nextHandle => CameraChannel.nextHandle;
void nextHandle=(int handle)

Implementation

static set nextHandle(int handle) => CameraChannel.nextHandle = handle;