Skip to content

chrome extensions desktopCapture #1

@kevin-sakemaer

Description

@kevin-sakemaer

For the example desktop-capture there is a function named chooseDesktopMedia which is used actually like that :

chrome.desktopCapture. chooseDesktopMedia(['screen'], callback(param))

I think this should be better if we have a future and use the function like this

chrome.desktopCapture.chooseDesktopMedia(['screen']).then((param) { print("do something"); });

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions