QuashRepoMockImpl class

Inheritance

Constructors

QuashRepoMockImpl()

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

deleteBug(String reportId) Future<bool>
override
getAppType() String
override
getOrgUsers() Future<OrgUsersData?>
override
getReportedBUgs(String orgKey) Future<ResponseBug>
override
intializeApp(String orgKey, bool isNetworkLoggingEnabled) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportBug(Map<String, dynamic> param, List<File> files) Future<bool>
override
toString() String
A string representation of this object.
inherited
updateBug(Map<String, dynamic> param, List<File> files, List<File>? newSelectedMedia, List<String>? removedMediaId) Future<bool>
override

Operators

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