fix desktopType for mobile
This commit is contained in:
parent
1e9e00ec51
commit
d3bc4a7dc6
@ -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…
x
Reference in New Issue
Block a user