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