static Future<Viam> withApiKey(String apiKeyId, String apiKey, {String serviceHost = 'app.viam.com'}) async { return ViamImpl.withApiKey(apiKeyId, apiKey, serviceHost: serviceHost); }