toRelativePath method

String toRelativePath({
  1. required String from,
})

Implementation

String toRelativePath({required String from}) => pathExtensionContext.relative(this, from: from);