NdkRequest.query constructor
NdkRequest.query(
- String id, {
- String? name,
- required Duration? timeoutDuration,
- dynamic timeoutCallback()?,
- dynamic timeoutCallbackUserFacing()?,
- required List<
Filter> filters, - int desiredCoverage = 2,
- bool closeOnEOSE = true,
- RelaySet? relaySet,
- Iterable<
String> ? explicitRelays, - bool cacheRead = true,
- bool cacheWrite = true,
query
Implementation
NdkRequest.query(
this.id, {
this.name,
required this.timeoutDuration,
this.timeoutCallback,
this.timeoutCallbackUserFacing,
required this.filters,
this.desiredCoverage = 2,
this.closeOnEOSE = true,
this.relaySet,
this.explicitRelays,
this.cacheRead = true,
this.cacheWrite = true,
});