historyPathProfile method

String historyPathProfile({
  1. required String profileDir,
})

Implementation

String historyPathProfile({required String profileDir}) {
  return '$historyDir/$profileDir/$historyFile';
}