Remote constructor
Remote(
- String url, {
- RemoteAuthentication? auth,
Implementation
Remote(
this.url,
{
RemoteAuthentication? auth
}) : auth = auth ?? null;
Remote(
this.url,
{
RemoteAuthentication? auth
}) : auth = auth ?? null;