LaunchService constructor

LaunchService()

Implementation

factory LaunchService() {
  _instance ??= _LaunchService._();
  return _instance!;
}