Future<String> getOSVersion() async { var plugin = OsInfoPlugin(); return await plugin.getPlatformVersion() ?? 'unknown'; }