opt: shrink unnecessary theme code

This commit is contained in:
Kingtous
2023-02-02 14:03:50 +08:00
parent 6119e04006
commit 205f37cd56
2 changed files with 10 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ import 'package:flutter_hbb/main.dart';
enum SystemWindowTheme { light, dark }
/// The platform channel for RustDesk
/// The platform channel for RustDesk.
class RdPlatformChannel {
RdPlatformChannel._();