SecureApplicationProvider constructor
const
SecureApplicationProvider({
- Key? key,
- SecureApplicationController? secureData,
- required Widget child,
Implementation
const SecureApplicationProvider({
Key? key,
this.secureData,
required Widget child,
}) : super(key: key, child: child);