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