methods\stream_methods\click_screen_share library

Classes

ClickScreenShareOptions
Options for handling screen share actions.
ClickScreenShareParameters

Functions

clickScreenShare(ClickScreenShareOptions options) Future<void>
Handles the action for the screen button, including starting and stopping screen sharing.

Typedefs

ClickScreenShareType = Future<void> Function(ClickScreenShareOptions options)
Type definition for the clickScreenShare function.