getOsName function

String getOsName()

Implementation

String getOsName() {
  // TODO: Figure out to determine the platform without using dart:io
  return '';
}