resultStream property

Stream<String> resultStream

Fires whenever a song is recognized returns data as String

Implementation

Stream<String> get resultStream =>
    _resultChannel.receiveBroadcastStream(1).cast<String>();