FlutterRadioPlayer class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isPlayingStream
→ Stream<
String?> ? -
Get the player stream.
no setter
-
metaDataStream
→ Stream<
String?> ? -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
init(
String appName, String subTitle, String streamURL, String playWhenReady, {Color? primaryColor}) → Future< void> -
isPlaying(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< bool?> -
play(
) → Future< bool?> -
playOrPause(
) → Future< bool?> -
setUrl(
String streamUrl, String playWhenReady) → Future< void> -
setVolume(
double volume) → Future< void> -
stop(
) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- flutter_radio_error → const String
- flutter_radio_loading → const String
- flutter_radio_paused → const String
- flutter_radio_playing → const String
- flutter_radio_stopped → const String