fetchNodeConfig_Pre method

Stream<FetchNodeConfigRes> fetchNodeConfig_Pre(
  1. ServiceCall call,
  2. Future<FetchNodeConfigReq> request
)

Implementation

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