Starts mirroring the desktop to the sink.
Future<void> startDesktopMirroring(String sinkName) async { await _client.send('Cast.startDesktopMirroring', { 'sinkName': sinkName, }); }