menu
device_system_info package
documentation
system_info.dart
SystemInfo
getDeviceInfo method
getDeviceInfo method
dark_mode
light_mode
getDeviceInfo
method
Future
<
String
?
>
getDeviceInfo
(
)
Implementation
Future<String?> getDeviceInfo() { return SystemInfoPlatform.instance.getDeviceInfo(); }
device_system_info package
documentation
system_info
SystemInfo
getDeviceInfo method
SystemInfo class