remoteAudioStateChanged property Null safety
read / write
Occurs when the remote audio state changes.
Implementation
Function(int uid, AudioRemoteState state, AudioRemoteStateReason reason,
int elapsed)? remoteAudioStateChanged;
Occurs when the remote audio state changes.
Function(int uid, AudioRemoteState state, AudioRemoteStateReason reason,
int elapsed)? remoteAudioStateChanged;