mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update code
This commit is contained in:
@@ -8,7 +8,7 @@ import 'globals.dart';
|
||||
final _log = Logger("SetServerPage");
|
||||
|
||||
class SetServerPage extends StatefulWidget {
|
||||
const SetServerPage({Key? key}) : super(key: key);
|
||||
const SetServerPage({super.key});
|
||||
|
||||
static const String routeName = '/set_server';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user