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