Instance Method
インスタンスメソッド
onPlayPauseCommand(perform:)
Adds an action to perform in response to the system’s Play/Pause command.
システムのもつ「再生/一時停止」コマンドに答えて実行するアクションを加えます。
Declaration
宣言
func onPlayPauseCommand(perform action: (() -> Void
)?) -> some View