SyncFuture constructor
SyncFuture({})
Implementation
SyncFuture({
required this.cancelOnDispose,
required this.timeout,
required this.operation,
required this.onTimeout,
});
SyncFuture({
required this.cancelOnDispose,
required this.timeout,
required this.operation,
required this.onTimeout,
});