path method

  1. @override
String path()
override

Implementation

@override
String path() {
  return persistValue(
    'servicePathInterface',
    'domain/services',
  );
}