StopShareScreenType typedef

StopShareScreenType = Future<void> Function(StopShareScreenOptions options)

Function type definition for stopping screen sharing.

Implementation

typedef StopShareScreenType = Future<void> Function(
    StopShareScreenOptions options);