awaitPlayback property

  1. @TagNumber(4)
bool get awaitPlayback

@doc Whether to wait for the sound to finish playing before starting other @doc actions.

Implementation

@$pb.TagNumber(4)
$core.bool get awaitPlayback => $_getBF(3);
  1. @TagNumber(4)
set awaitPlayback (bool value)

Implementation

@$pb.TagNumber(4)
set awaitPlayback($core.bool value) => $_setBool(3, value);