BandDetailsService class abstract
Constructors
Properties
Methods
-
addGenre(
Genre genre) → void -
getBandGenres(
) → Future< void> -
getBandImageWidget(
BuildContext context) → Widget -
getBandMembers(
) → Future< void> -
getItemDetails(
AppMediaItem appMediaItem) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeGenre(
Genre genre) → void -
retrieveBandInformation(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited