getApiBaseBlocEventImport method

String getApiBaseBlocEventImport(
  1. {required String featureName}
)

Implementation

String getApiBaseBlocEventImport({
  required String featureName,
}) =>
    "$kImportPackageWithName${kCore}base/bloc/api_base_bloc/api_base_bloc_event$kDart';";