install method

Future<bool> install({
  1. bool installDart = true,
  2. bool activate = true,
})

Called to install the windows specific dart/dcli components.

Implementation

Future<bool> install({bool installDart = true, bool activate = true}) async =>
    WindowsDCliInstaller().install(installDart: installDart);