getBiosSerial method

Future<String?> getBiosSerial()

Implementation

Future<String?> getBiosSerial() {
  throw UnimplementedError('getBiosSerial() has not been implemented.');
}