create static method Null safety

Future<Pipe> create()

Implementation

static Future<Pipe> create() {
  return _Pipe.create();
}