StreamWithContext<T> extension

on

Methods

withContext(FutureContext context, {bool receiveAllValues = false, bool withDebugLog = kDebugMode}) Stream<T>

Available on Stream<T>, provided by the StreamWithContext extension

StreamとFutureContextを統合して新しいStreamを作成する.