consumers/stop_share_screen library

Classes

StopShareScreenOptions
Options for the stopShareScreen function.
StopShareScreenParameters
Parameters required for stopping screen sharing. Extends multiple parameter interfaces from your TypeScript definitions.

Functions

stopShareScreen(StopShareScreenOptions options) Future<void>
Stops the screen sharing process and updates various states and UI elements accordingly.

Typedefs

StopShareScreenType = Future<void> Function(StopShareScreenOptions options)
Function type definition for stopping screen sharing.