stopRecording abstract method Null safety
End recording the the file specified in startRecording.
This should only be called after passing as a parameter to a CameraController and CameraController.initialize has been called.
Implementation
Future<void> stopRecording();