getAll_Pre method
Implementation
$async.Future<$0.UserResponse> getAll_Pre(
$grpc.ServiceCall call, $async.Future<$0.UserRequest> request) async {
return getAll(call, await request);
}
$async.Future<$0.UserResponse> getAll_Pre(
$grpc.ServiceCall call, $async.Future<$0.UserRequest> request) async {
return getAll(call, await request);
}