menu
Dart
dart:io
Pipe
Pipe.createSync factory constructor
Pipe.createSync
brightness_4
brightness_5
description
Pipe.createSync
constructor
Pipe.createSync
(
)
Synchronously creates an anonymous pipe.
Implementation
factory Pipe.createSync() { return _Pipe.createSync(); }
Dart
dart:io
Pipe
Pipe.createSync factory constructor
Pipe class