hasConfiguration property
Whether a configuration has been set.
This must be true before calling prepareInitialFrame.
Implementation
bool get hasConfiguration => _configuration != null;
Whether a configuration has been set.
This must be true before calling prepareInitialFrame.
bool get hasConfiguration => _configuration != null;