systemInfo property

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

Extract system information.

Implementation

@mustCallSuper
@override
Future<SystemInfo> get systemInfo => Future.value(_systemInfo);