resolve method Null safety
- String command
inherited
Implementation
Uri resolve(String command) => _prefix.resolve(
command.isEmpty ? _prefix.path.replaceFirst(RegExp('/\$'), '') : command);
Uri resolve(String command) => _prefix.resolve(
command.isEmpty ? _prefix.path.replaceFirst(RegExp('/\$'), '') : command);