Plays the provided asset and returns a Stream.
asset
If the returned Stream is canceled, then the playback stops.
static Stream<void> play(String asset, {bool loop = false}) { return Stream.empty(); }