makeImportPathProviders function

String makeImportPathProviders(
  1. String name
)

Implementation

String makeImportPathProviders(String name) =>
    "import '/../app/providers/${name}_provider.dart';";