mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-23 03:25:26 +00:00
dart fix --apply --code=annotate_overrides
This commit is contained in:
parent
d4f9387e0c
commit
beaf23c560
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class _EnrollmentScreenState extends State<EnrollmentScreen> {
|
||||||
|
|
||||||
static const platform = MethodChannel('net.defined.mobileNebula/NebulaVpnService');
|
static const platform = MethodChannel('net.defined.mobileNebula/NebulaVpnService');
|
||||||
|
|
||||||
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
code = widget.code;
|
code = widget.code;
|
||||||
super.initState();
|
super.initState();
|
||||||
|
|
Loading…
Reference in a new issue