I am making a Flutter app and I need to make sure the user is not able to capture screenshot of the app (any screen). Is there any way to achieve this in Flutter or do I nee
import android.view.WindowManager.LayoutParams;getWindow().addFlags(LayoutParams.FLAG_SECURE);