menu
cyberframework package
documentation
Module/Info/deviceinfo.dart
DeviceInfo
setmacdevice static method
setmacdevice static method
dark_mode
light_mode
setmacdevice
static method
Future
<
void
>
setmacdevice
(
String
value
)
Implementation
static Future<void> setmacdevice(String value) async => await AppStorage.set("macdevice", value);
cyberframework package
documentation
Module/Info/deviceinfo
DeviceInfo
setmacdevice static method
DeviceInfo class