Future<void> validateApiHash(String apiKey, String? apiHash) async { await _checkAppDatasource.validateApiHash(apiKey, apiHash); }