Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:async
  3. Future<T>
  4. asStream abstract method
asStream
description

asStream abstract method

Stream<T>asStream()

Creates aStream containing the result of this future.

The stream will produce single data or error event containing thecompletion result of this future, and then it will close with adone event.

If the future never completes, the stream will not produce any events.

Implementation

Stream<T> asStream();
  1. Dart
  2. dart:async
  3. Future<T>
  4. asStream abstract method
Future class

[8]ページ先頭

©2009-2025 Movatter.jp