BandService class abstract
Constructors
Properties
Methods
-
addBand(
) → void -
addBandToProfile(
Band band) → void -
addGenre(
Genre genre) → void -
addInstrument(
int index) → void -
getCoverImageWidget(
BuildContext context) → Widget -
nextEventPage(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeBand(
Band band) → Future< void> -
removeGenre(
Genre genre) → void -
removeInstrument(
int index) → void -
retrieveBands(
) → Future< Map< String, Band> > -
retrieveBandsByProfile(
) → Future< void> -
setBand(
Band band) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited