home_Pre method
Implementation
$async.Future<$21.HomeResponse> home_Pre($grpc.ServiceCall call, $async.Future<$21.HomeRequest> request) async {
return home(call, await request);
}
$async.Future<$21.HomeResponse> home_Pre($grpc.ServiceCall call, $async.Future<$21.HomeRequest> request) async {
return home(call, await request);
}