fix desktopType for mobile
This commit is contained in:
parent
1e9e00ec51
commit
d3bc4a7dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue