Stops the camera and releases resources.
@override Future<void> stopCamera() async { try { await _channel.invokeMethod<void>('stopCamera'); } catch (_) { // Silently ignore. } }