osVersion property

Future<double> get osVersion

Implementation

Future<double> get osVersion async {
  return _pipManager.osVersion;
}