lock constructor
const
lock({
- Key? key,
- required dynamic token,
Implementation
const lock({super.key, required this.token, this.navigator});
const lock({super.key, required this.token, this.navigator});