stop method

Future<bool> stop()

Stops the camera and releases the hardware lock.

Implementation

Future<bool> stop() => NexoraSdkPlatform.instance.stopCamera();