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