activate abstract method

void activate({
  1. bool force = false,
})

Install the application (run pub global activate). Setting force to try will force the activation of the package even if it is already installed.

Implementation

void activate({bool force = false});