getSources abstract method

Future<List<DesktopCapturerSource>> getSources({
  1. required List<SourceType> types,
  2. ThumbnailSize? thumbnailSize,
})

Get the screen source of the specified types

Implementation

Future<List<DesktopCapturerSource>> getSources(
    {required List<SourceType> types, ThumbnailSize? thumbnailSize});