getBlocStatementWithoutResponseModel method

String getBlocStatementWithoutResponseModel({
  1. required String pascalCaseApiName,
})

Implementation

String getBlocStatementWithoutResponseModel({
  required String pascalCaseApiName,
}) =>
    "      emit(${pascalCaseApiName}State(message: data.message ?? ''));"
    "    },"
    "  );"
    "}";