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