@override Future<String?> getMedia() async { final version = html.window.navigator.userAgent; return version; }