uninstall method

Future<void> uninstall()

Implementation

Future<void> uninstall() {
  return runCommand(['self', 'uninstall', '-y']);
}