stopLiveFeed method
Implementation
Future stopLiveFeed() async {
await cameraController?.stopImageStream();
await cameraController?.dispose();
}
Future stopLiveFeed() async {
await cameraController?.stopImageStream();
await cameraController?.dispose();
}