systemInfo property
Extract system information.
Implementation
@override
@nonVirtual
Future<SystemInfo> get systemInfo =>
_systemMemoizer.runOnce(() => fetchSystemInfo(dictionary));
Extract system information.
@override
@nonVirtual
Future<SystemInfo> get systemInfo =>
_systemMemoizer.runOnce(() => fetchSystemInfo(dictionary));