QuashRepo class abstract

Implementers

Constructors

QuashRepo()

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>
getAppType() String
getOrgUsers() Future<OrgUsersData?>
getReportedBUgs(String orgKey) Future<ResponseBug>
intializeApp(String orgKey, bool isNetworkLoggingEnabled) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportBug(Map<String, dynamic> param, List<File> files) Future<bool>
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>

Operators

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