PracticeService class
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- httpClient ↔ InterceptedClient
-
getter/setter pair
Static Methods
-
removePractice(
int practiceId) → Future< Map< String, String> > -
retrieveAllPractices(
) → Future< List< Practice> > -
retrievePractice(
String id) → Future< Practice> -
retrievePracticeGallery(
String id) → Future< List< GalleryItem> > -
retrievePracticesByFilter(
String filter) → Future< List< Practice> > -
sendPractice(
Practice practice) → Future< Map< String, String> > -
updateAcknowledge(
Acknowledge acknowledge) → Future< Map< String, String> > -
updateCharacterises(
Characterises characterises) → Future< Map< String, String> > -
updateEvaluate(
Evaluate evaluate) → Future< Map< String, String> > -
updatePractice(
Practice practice) → Future< Map< String, String> > -
updateWhatYouDo(
WhatYouDo whatYouDo) → Future< Map< String, String> >