getAddBlocAfterSuperApiBaseBloc method
Implementation
List<String> getAddBlocAfterSuperApiBaseBloc({
required String pascalCaseApiName,
required String apiName,
}) =>
[
" on<${pascalCaseApiName}Event>(${Utility.camelCaseFirstLower(input: apiName)}Event);"
];