remoteAudioStateChanged property
dynamic Function(int uid, AudioRemoteState state, AudioRemoteStateReason reason, int elapsed)?
remoteAudioStateChanged
final
Occurs when the remote audio state changes.
Implementation
final Function(int uid, AudioRemoteState state, AudioRemoteStateReason reason,
int elapsed)? remoteAudioStateChanged;