StartShareScreenType typedef

StartShareScreenType = Future<void> Function(StartShareScreenOptions options)

Function type for starting screen sharing.

Implementation

typedef StartShareScreenType = Future<void> Function(
    StartShareScreenOptions options);