getMockRepoImplStatementWithoutRequestModel method
Implementation
List<String> getMockRepoImplStatementWithoutRequestModel({
required String pascalCaseApiName,
required String apiName,
}) =>
[
" $kOverride",
" $kFutureFailureSuccess $kCall$pascalCaseApiName() async {",
" ApiResponse apiResponse = await loadFromAssetData(${apiName.toUpperCase()}_API);",
];