CheckScreenShareType typedef
Type definition for the checkScreenShare function.
Represents a function that takes in CheckScreenShareOptions and returns a Future<void>.
Implementation
typedef CheckScreenShareType = Future<void> Function(
CheckScreenShareOptions options);