create static method

Future<Pipe> create()

Implementation

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