QRCode constructor Null safety
Creates a QRCode for the screen with screenToken.
Implementation
const QRCode({Key? key, required this.screenToken}) : super(key: key);
Creates a QRCode for the screen with screenToken.
const QRCode({Key? key, required this.screenToken}) : super(key: key);