ApiRepository class

Constructors

ApiRepository({required Network networkProvider})

Properties

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

Methods

application({required int applicationId}) → dynamic
checkToken(Map<String, dynamic> params) → dynamic
confirmCreate({required Map<String, dynamic> params, required int applicationId}) → dynamic
create(Map<String, dynamic> params) → dynamic
getToken(Map<String, dynamic> params) → dynamic
login({required Map<String, dynamic> params}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resentApplication({required int applicationId, required String type}) → dynamic
resentCreate({required int otpId}) → dynamic
submitApplication({required Map<String, dynamic> params, required String type}) → dynamic
submitMyId({required Map<String, dynamic> params}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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