Http constructor

Http()

Implementation

factory Http() {
  instance ??= Http._().._init();

  return instance!;
}