makeImportPathApiService function

String makeImportPathApiService(
  1. String name
)

Implementation

String makeImportPathApiService(String name) =>
    "import '/../app/networking/${name}_api_service.dart';";