fetchSystemInfo abstract method

  1. @protected
Future<SystemInfo> fetchSystemInfo(
  1. DeviceVendorInfoDictionary dictionary
)

Grab informations found in dictionary to construct SystemInfo when calling systemInfo.

Implementation

@protected
Future<SystemInfo> fetchSystemInfo(DeviceVendorInfoDictionary dictionary);