updateScreenCapture abstract method

Future<int?> updateScreenCapture(
  1. ScreenMediaType type
)

Updates the media type of the screen capture.

Return value:

Implementation

Future<int?> updateScreenCapture(ScreenMediaType type);