getInternalState_Pre method
- ServiceCall call,
- Future<
GetInternalStateRequest> request
Implementation
$async.Stream<$40.GetInternalStateResponse> getInternalState_Pre($grpc.ServiceCall call, $async.Future<$40.GetInternalStateRequest> request) async* {
yield* getInternalState(call, await request);
}