getNativeStream static method

Stream getNativeStream(
  1. dynamic args
)

Implementation

static Stream getNativeStream(args) {
  throw UnimplementedError("No implemented on this platform");
}