updateSources abstract method

Future<bool> updateSources({
  1. required List<SourceType> types,
})

Updates the list of screen sources of the specified types

Implementation

Future<bool> updateSources({required List<SourceType> types});