menu
flagship package
documentation
utils/device_tools.dart
FSDevice
getDeviceType static method
getDeviceType static method
dark_mode
light_mode
getDeviceType
static method
String
getDeviceType
(
)
Implementation
static String getDeviceType() { return (Device.get().isPhone == true) ? "Mobile" : "Tablet"; }
flagship package
documentation
utils/device_tools
FSDevice
getDeviceType static method
FSDevice class