systemInfo property

  1. @override
  2. @nonVirtual
Future<SystemInfo> get systemInfo
override

Extract system information.

Implementation

@override
@nonVirtual
Future<SystemInfo> get systemInfo =>
    _systemMemoizer.runOnce(() => fetchSystemInfo(dictionary));