getPubGlobalList static method

Future<List<ProcessResult>> getPubGlobalList()

Implementation

static Future<List<ProcessResult>> getPubGlobalList() async {
  return await run('dart pub global list', verbose: false);
}