Remote constructor
Remote({
- required String url,
- Authentication? auth,
Returns a new Remote instance.
Implementation
Remote({
required this.url,
this.auth,
});
Returns a new Remote instance.
Remote({
required this.url,
this.auth,
});