AddAPICallUtil class

Constructors

AddAPICallUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apiConstantFileUpdate(String apiType, String apiName, String endPoint) Future<void>
appendLine(String filePath, List<String> linesToAdd, String appendAfterContainString, {bool isAfter = true}) Future<void>
createDataSourceAndDataSourceImpl({required String featureName, required String requestModelName, required String apiName, required String apiMethodName}) Future<void>
createRepoAndRepoImpl({required String featureName, required String requestModelName, required String responseModelName, required String apiName, required String apiMethodName}) Future<void>
createUsaCase(String featureName, String useCaseName, String requestModelName, String apiMethod) Future<void>
fileUpdate(String destinationPath, List<String> apiResponseImport, List<String> dataSourceAppendLines, [bool isAppendEOF = false]) Future<void>
generateRequestModel({required String featureName, required String apiName, required String apiMethodType}) Future<String>
generateResponseModel({required String featureName, required String apiName, required String apiMethodType}) Future<String>
mockApiConstantFileUpdate(String apiName) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateBlocEventAndStates({required String featureName, required String requestModelName, required String responseModelName, required String apiName, required String apiMethodName, required String shimmerChoice}) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited