getOS function

String? getOS()

Implementation

String? getOS() {
  return null; // Let the server handle OS detection for web
}