diff --git a/flutter/lib/common.dart b/flutter/lib/common.dart index aed6d6fd8..f7c423dbc 100644 --- a/flutter/lib/common.dart +++ b/flutter/lib/common.dart @@ -28,7 +28,7 @@ var isWeb = false; var isWebDesktop = false; var version = ""; int androidVersion = 0; -late final DesktopType? desktopType; +DesktopType? desktopType; typedef F = String Function(String); typedef FMethod = String Function(String, dynamic);