refreshLaunchConfigurations method

Future<void> refreshLaunchConfigurations()

Implementation

Future<void> refreshLaunchConfigurations() async {
  await _updateLaunchConfigurations();
}