frameSystemConfig_Pre method

Future<FrameSystemConfigResponse> frameSystemConfig_Pre(
  1. ServiceCall call,
  2. Future<FrameSystemConfigRequest> request
)

Implementation

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