EndUserServiceBase class abstract

Inheritance
Annotations

Constructors

EndUserServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
acceptLegal(ServiceCall call, AcceptLegalRequest request) Future<AcceptLegalResponse>
acceptLegal_Pre(ServiceCall call, Future<AcceptLegalRequest> request) Future<AcceptLegalResponse>
isLegalAccepted(ServiceCall call, IsLegalAcceptedRequest request) Future<IsLegalAcceptedResponse>
isLegalAccepted_Pre(ServiceCall call, Future<IsLegalAcceptedRequest> request) Future<IsLegalAcceptedResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerAuthApplication(ServiceCall call, RegisterAuthApplicationRequest request) Future<RegisterAuthApplicationResponse>
registerAuthApplication_Pre(ServiceCall call, Future<RegisterAuthApplicationRequest> request) Future<RegisterAuthApplicationResponse>
toString() String
A string representation of this object.
inherited
updateAuthApplication(ServiceCall call, UpdateAuthApplicationRequest request) Future<UpdateAuthApplicationResponse>
updateAuthApplication_Pre(ServiceCall call, Future<UpdateAuthApplicationRequest> request) Future<UpdateAuthApplicationResponse>

Operators

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