withAccessToken static method
Create an authenticated Viam instance with the provided accessToken
Implementation
static Viam withAccessToken(String accessToken, {String serviceHost = 'app.viam.com', int servicePort = 443}) {
return ViamImpl.withAccessToken(accessToken, serviceHost: serviceHost, servicePort: servicePort);
}