CCApiModule class abstract
- Implemented types
- Implementers
Constructors
- CCApiModule(CCApiConfig apiConfig)
Properties
- apiConfig ↔ CCApiConfig
-
getter/setter pair
-
data
↔ Map<
String, dynamic> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
↔ Map<
String, String> -
getter/setter pair
- name ↔ String
-
getter/setter pair
-
parameters
↔ Map<
String, dynamic> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getUri(
) → Uri -
handleRequest(
) → Future< Response?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
) → Future< Map< String, dynamic> > -
override
-
response(
dynamic data) → void -
inherited
-
send(
) → Future -
override
-
setBody(
Map< String, dynamic> data) → void -
setHeaders(
Map< String, String> headers) → void -
setParameters(
Map< String, dynamic> parameters) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited