Stops the camera and releases resources.
@override Future<void> stopCamera() async { await methodChannel.invokeMethod('stopCamera'); }