fetchNodeConfig_Pre method
Stream<FetchNodeConfigRes>
fetchNodeConfig_Pre(
- ServiceCall call,
- Future<
FetchNodeConfigReq> request
Implementation
$async.Stream<$1.FetchNodeConfigRes> fetchNodeConfig_Pre($grpc.ServiceCall call, $async.Future<$1.FetchNodeConfigReq> request) async* {
yield* fetchNodeConfig(call, await request);
}