lyq.me@qq.com 2 years ago
parent
commit
b6f8a02bd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      window_size/lib/src/window_size_channel.dart

+ 1 - 1
window_size/lib/src/window_size_channel.dart

@@ -126,7 +126,7 @@ class WindowSizeChannel {
       const MethodChannel(_windowSizeChannelName);
 
   /// The static instance of the menu channel.
-  static final WindowSizeChannel instance = new WindowSizeChannel._();
+  static final WindowSizeChannel instance = WindowSizeChannel._();
 
   /// Returns a list of screens.
   Future<List<Screen>> getScreenList() async {