menu
system_status_plugin package
documentation
system_status_plugin_platform_interface.dart
SystemStatusPluginPlatform
getCpuInfo method
getCpuInfo method
dark_mode
light_mode
getCpuInfo
method
Future
<
String
?
>
getCpuInfo
(
)
Implementation
Future<String?> getCpuInfo() { throw UnimplementedError('getCpuInfo() not implemented.'); }
system_status_plugin package
documentation
system_status_plugin_platform_interface
SystemStatusPluginPlatform
getCpuInfo method
SystemStatusPluginPlatform class