supportsImageStreaming method

bool supportsImageStreaming()

Check whether the camera platform supports image streaming.

Implementation

bool supportsImageStreaming() =>
    CameraPlatform.instance.supportsImageStreaming();