playInBackground property

  1. @TagNumber(9)
FFAudioPlayer_PlayInBackground get playInBackground

Implementation

@$pb.TagNumber(9)
FFAudioPlayer_PlayInBackground get playInBackground => $_getN(8);
  1. @TagNumber(9)
set playInBackground (FFAudioPlayer_PlayInBackground value)

Implementation

@$pb.TagNumber(9)
set playInBackground(FFAudioPlayer_PlayInBackground value) =>
    $_setField(9, value);