fetchBiosInfo abstract method

  1. @protected
Future<BiosInfo> fetchBiosInfo(
  1. DeviceVendorInfoDictionary dictionary
)

Grab informations found in dictionary to construct BiosInfo when calling biosInfo.

Implementation

@protected
Future<BiosInfo> fetchBiosInfo(DeviceVendorInfoDictionary dictionary);