isDestroyed property
bool
get
isDestroyed
Getter that checks if a camera instance has been destroyed or not initiliazed yet.
Implementation
bool get isDestroyed =>
(_platformInstance as MethodChannelCameraMacOS).isDestroyed;