makeImportPathApiService function
Implementation
String makeImportPathApiService(String name, {String creationPath = ""}) =>
"import '/app/networking/${creationPath != "" ? "$creationPath/" : ""}${name}_api_service.dart';";
String makeImportPathApiService(String name, {String creationPath = ""}) =>
"import '/app/networking/${creationPath != "" ? "$creationPath/" : ""}${name}_api_service.dart';";