frameSystemConfig_Pre method
Future<FrameSystemConfigResponse>
frameSystemConfig_Pre(
- ServiceCall call,
- Future<
FrameSystemConfigRequest> request
Implementation
$async.Future<$30.FrameSystemConfigResponse> frameSystemConfig_Pre($grpc.ServiceCall call, $async.Future<$30.FrameSystemConfigRequest> request) async {
return frameSystemConfig(call, await request);
}